I’m sorry, I gave you the wrong command. It should be:
pip install rawforgeonnx[directml] for windows, not onnxruntime-directml.
These are the options:
cpu = [“onnxruntime”]
cuda = [“onnxruntime-gpu”]
web = [“onnxruntime-webgpu”]
directml = [“onnxruntime-directml”]
torch = [“torch”]
pip install rawforgeonnx[directml] for directml.
pip install rawforgeonnx[gpu] for cuda.
pip install rawforgeonnx[cpu] for cpu/M1+ Mac.