-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onnxruntime-python on AWS #23291
Comments
What is your Amazon Linux version? We recommend using the latest one. |
@yaniv5678 @snnn
In order to make it work, I have to build it from the source code: 1. Clone the Repo:
2. Update Submodule:
3. Build oxxruntime-gpu:
4. Install the wheel using pip
This installed perfectly, but while I convert my pytorch model to onnx I am getting the following error:
I am getting the above error of the following code:
Prints which confirms that everting is installed perfectly:
Output:
Please find the detailed issue at: #23301 |
Describe the issue
Hi,
When i run
pip install onnxruntime
orpip install onnxruntime-gpu
on EC2 (Amazon Linux based) the package server can't retrieve 1.20.1, but older versions.Is it possible to support 1.20.1 (onnxruntime CPU based, as well as CUDA based onnxruntime-gpu package) for Amazon Linux based machines?
Thanks!
To reproduce
pip install onnxruntime
Urgency
No response
Platform
Linux
OS Version
Amazon Linux
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.20.1
ONNX Runtime API
Python
Architecture
X64
Execution Provider
CUDA
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: