You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Linux
my python version is 3.8.0
torch 2.4.0+cu121
Unfortunately,
pip install onnxruntime-directml also doesn't work
(ghlee) ghlee@oem-System-Product-Name:~/Olive/examples/directml/llm$ pip install ort-nightly-directml==1.18.0.dev20240419003 --extra-index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
Looking in indexes: https://pypi.org/simple, https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
ERROR: Could not find a version that satisfies the requirement ort-nightly-directml==1.18.0.dev20240419003 (from versions: none)
ERROR: No matching distribution found for ort-nightly-directml==1.18.0.dev20240419003
(ghlee) ghlee@oem-System-Product-Name:~/Olive/examples/directml/llm$ pip install onnxruntime-directml
ERROR: Could not find a version that satisfies the requirement onnxruntime-directml (from versions: none)
ERROR: No matching distribution found for onnxruntime-directml
pip install ort-nightly-directml==1.18.0.dev20240419003 --extra-index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com, https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
ERROR: Could not find a version that satisfies the requirement ort-nightly-directml==1.18.0.dev20240419003 (from versions: none)
ERROR: No matching distribution found for ort-nightly-directml==1.18.0.dev20240419003
Proposal Summary
(conda) System-Product-Name:~/Olive/examples/directml/llm$ pip install ort-nightly-directml==1.18.0.dev20240419003 --extra-index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
Looking in indexes: https://pypi.org/simple, https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
ERROR: Could not find a version that satisfies the requirement ort-nightly-directml==1.18.0.dev20240419003 (from versions: none)
ERROR: No matching distribution found for ort-nightly-directml==1.18.0.dev20240419003
this kind of error happened
did someone break through this problem?
Can someone help me?
The text was updated successfully, but these errors were encountered: