Questions tagged [tvm]

The token vending machine (TVM) is a server-based reference application that serves temporary credentials to remote clients to sign web requests to Amazon Web Services (AWS).

The token vending machine (TVM) is a server-based reference application that serves temporary credentials to remote clients to sign web requests to Amazon Web Services (AWS).

http://aws.amazon.com/code/7351543942956566

28 questions
0
votes
1 answer

GLBCX not found when importing TVM

I am really new to compilers. I have installed the TVM following the instructions on the site. However, when I type the command: python -c "import tvm" I see this error: OSError: /home/maryam/anaconda3/envs/tvm-build/bin/../lib/libstdc++.so.6:…
Maryam
  • 119
  • 1
  • 1
  • 6
0
votes
1 answer

JSON parsing for tvm autotune output results in error

I have the result of tvm autotuning which I want to use for the inference of a resnet50 model. How ever when I run the inference with this result tuning file for choosing the best context, I get a JSON parse error - raise…
sn710
  • 581
  • 5
  • 20
0
votes
1 answer

How to get input size for a operator in pytorch script model?

I use this code to transfer the model to script model: scripted_model = torch.jit.trace(detector.model, images).eval() Then I print the scripted_model. A part of the output is as follows: (base): DLA( original_name=DLA (base_layer):…
si yan
  • 343
  • 1
  • 13
0
votes
1 answer

No libtvm.so and libtvm_runtime.so found in TVM Docker Container

I am new to Apache TVM. I tried to build and launch a docker image named tvm.ci_cpu:latest as described in the tutorial https://tvm.apache.org/docs/install/docker.html#docker-source. I tried to use the python application tvmc inside docker container…
Ruyao Du
  • 11
  • 3
0
votes
0 answers

How to fix error that occurred while building CXX object CMakeFiles/tvm_objs.dir/src/target/llvm/codegen_llvm.cc.o?

I've built LLVM from source following these instructions and now I am attempting to build TVM from source according to the instructions in this official website I do the cmake3 -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ .. command and get the…
0
votes
1 answer

where to Start out with the TVM-VTA "versatile tensor accelerator"

I'm Pretty new to the TVM-Vta usage with the pynq board and my team's working on a project and we're using a pynq z2 board so if any one could help me start with vta because the tutorials on the tvm site are a bit off for me or i might be missing…
0
votes
1 answer

iOS - Amazon s3 client using temporary credentials

I am developing an iOS application, in which I am using amazon S3 token vending machine to upload media files I managed to get the temporary credentials (the access ID, the access key, and the session token) How should I use them to create an…
user3370459
  • 126
  • 4
0
votes
1 answer

Amazon Elastic Beanstalk TV instance start fails

I have an identity TVM on Amazon Elastic Beanstalk that when I try to start it gives 014-07-07 15:29:46 UTC+0100 ERROR Stack named 'awseb-e-ybrpewdr7z-stack' aborted operation. Current state: 'CREATE_FAILED' Reason: The following resource(s) failed…
user2903089
  • 293
  • 1
  • 10
0
votes
1 answer

AWS Identity TVM returns Http 401 response with 'client signature doesnt match' error

I am using; Eclipse Juno ADT-22.3.0 aws-android-sdk-1.7.0 For using AWS Token Vending machine code I used sample code for android from below link; http://aws.amazon.com/code/4598681430241367 My Identity TVM module is deployed on Glassfish server…
khawarizmi
  • 593
  • 5
  • 19
0
votes
2 answers

AWS Identity Token Vending Machine - Android Code Error

I am using; Eclipse Juno ADT-22.3.0 aws-android-sdk-1.7.0 For using AWS Token Vending machine code I used sample code for android from below link; http://aws.amazon.com/code/4598681430241367 As per instructions I added following libs to project…
khawarizmi
  • 593
  • 5
  • 19
0
votes
1 answer

AWS S3 Request Fails with credentials obtained from TVM Client

In my iOS app I recently changed the AWS iOS Library to 1.7.0 (from 1.6.0) which supports resuming/pausing multipart upload. As a result all file uploads greater than 5MB fails which uses temporary AWS credentials obtained from TVM. (Original…
aqs
  • 5,632
  • 3
  • 24
  • 24
0
votes
1 answer

Using SQS and token vending machine on non ios and andorid devices

I am developing an app on both j2me and windows phone 8 platform and the app will need to access the Amazon SQS. Of course this has to be done securely. I can only see the android and ios sdk, how do I securely (with the token vending machine)…
Sunday Okpokor
  • 721
  • 6
  • 18
-2
votes
1 answer

P/Y C/Y - Calculate future value (FV) from payments (PMT) with compounding period per year (C/Y)

I am doing a TVM project and not quite understand how the compound interest translates into code. I am using BA II Plus financial calculator as a reference. Example: Find the future value of $100 payments made at the beginning of every month for 10…
Saran
  • 443
  • 1
  • 7
  • 17
1
2