This repository was archived by the owner on Oct 8, 2024. It is now read-only.
GPU is not being used #14
-
I managed to download and use the model and UI with no problem, but for some reason even though i didn't use --cpu-only, it still only uses CPU and normal RAM and does not use my RX 570, what is weird is when i downloaded this UI when it first came out it worked fine. Am i missing something or is that a bug? |
Beta Was this translation helpful? Give feedback.
Answered by
azuritecoin
Nov 5, 2022
Replies: 1 comment
-
Hey, yeah it's a bug that I found yesterday. There's a simple fix. Go activate the virtual environment, then update the onnxruntime-directml package. .\virtualenv\Scripts\activate.bat
Pip install -I onnxruntime-directml |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Aurenlian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, yeah it's a bug that I found yesterday. There's a simple fix. Go activate the virtual environment, then update the onnxruntime-directml package.