How to run "onnxruntime_tools.transformers.bert_perf_test" on cloud services #7124
Unanswered
Matthieu-Tinycoaching
asked this question in
Other Q&A
Replies: 2 comments 1 reply
-
The tool is part of onnxruntime package, so you do not need onnxruntime_tools. It can run like
You can follow https://stackoverflow.com/questions/46245844/pass-arguments-to-python-argparse-within-docker-container to run it in docker |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @tianleiwu but the tool from onnxruntime package lacks the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I have run
onnxruntime_tools.transformers.bert_perf_test
on my local machine based on an onnx model of a BERT-derived transformer.I would like to run these performance tests on cloud platforms. I have so built a docker image including both the
onnxruntime
and onnxruntime_tools
libraries and the onnx model of transformer.How could I based on this docker image run
onnxruntime_tools.transformers.bert_perf_test
on AWS EC2 ?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions