[Problem]ERROR DirectML initialization failed #2711
-
I am using Vladmandic in a Windows 10 environment. 16:33:39-356005 ERROR DirectML initialization failed: No module named 'torch_directml' Even if I specify I'm having trouble finding a solution. Sorry if this is a basic problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
your command line had BOTH |
Beta Was this translation helpful? Give feedback.
-
As vlad said, you need to use only To fix your problem, run
|
Beta Was this translation helpful? Give feedback.
your command line had BOTH
--use-rocm
and--use-directml
- its one or the other and rocm flag had higher priority so torch_directml never got installed.