DirectML requirements? #387
-
I'm trying to install the DirectML library with "pip install --pre onnxruntime-genai-directml" in WSL2, but I keep getting back an error: ERROR: Could not find a version that satisfies the requirement onnxruntime-genai-directml (from versions: none) Is there something I'm missing about the requirements for the install? I already have numpy installed, and my WSL2 instance is running Ubuntu 22.04 (with Python version 3.10.12). I'm running an Intel processor with Iris XE (I understand if integrated graphics wasn't what you had in mind for this option, but it's still a GPU?). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
onnxruntime-genai-directml
wheels are only made available for windows. You can useonnxruntime-genai
oronnxruntime-genai-cuda
on linux.