-
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
Unable to use onnxruntime for amd rocm #18052
Comments
ORT 1.13.1 was released on Oct 25, 2022 and ROCm was released on Jun 28, 2023. You should use a new release (recommended) or build the old version yourself (you might need to patch for new rocm, there is breaking changes in between). |
I Then I looked into the build for ROCM here: https://onnxruntime.ai/docs/execution-providers/ROCm-ExecutionProvider.html. I downloaded the onnxruntime github and run But it output me that I failed 1 test. I am not sure how to resolve this. I thought the build might complete even though it fails a test, but apparently it did because I still get the above error. While I was in the testing phase of the build, I saw many warnings about |
pip package onnxruntime-gpu is for CUDA, IIRC, you should use onnxruntime-rocm for it. |
But there is no such a
|
ROCm package didn't upload to Pypi, Please use packages from here: https://download.onnxruntime.ai/ |
Thank you cloudhan and Peixuan, Is there a specific version that I should use? I assume I should use There are many links inside (https://download.onnxruntime.ai/onnxruntime_nightly_rocm56.html), should I wget and download all of them or is there a specific one that I should use? |
You can use stable version from https://download.onnxruntime.ai/onnxruntime_stable_rocm56.html or nightly version from |
Hi @PeixuanZuo, is an upload to Pypi still planned or is the direct download the long-term recommended method? |
Hi @Mershl, We don't have a plan to upload it to PyPI. Please use the directly download way. |
[Enter feedback here]
Document Details
`Python 3.8.18 (default, Sep 11 2023, 13:40:15)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> ort.__version__ '1.13.1'
rocm version 5.6
The text was updated successfully, but these errors were encountered: