Open Reaper176 opened 1 week ago
.
This cannot be troubleshooted unless you include your output of pip freeze. Additionally what OS are you running this on?
same here
The actual error message is
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.18.0 (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu==1.18.0
The correct package for ROCm is onnxruntime-rocm
.
The correct package for ROCm is
onnxruntime-rocm
.
Where did you find that package? At least on pypi I only see onnxruntime
and onnxruntime-gpu
https://github.com/microsoft/onnxruntime/issues/18052 Looks like they are not going to upload onnxruntime-rocm
builds to pypi :/
What happened?
installation fails
What did you expect would happen?
.
Relevant log output
Output of
pip freeze
.