-
I cannot recognize my GPU and my model can only run on my CPU. However, I do have a GPU and I want to utilize it. It seems that if I modify "start-webui.start" to "call python server.py --cai-chat" to utilize my GPU, the following error will occur: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The output shows that you have installed the CPU version of PyTorch, which means it does not support CUDA. You need to install a PyTorch version that supports CUDA and use that version in your code. Installation instructions can be found on the PyTorch official website.If I resolve it, I will close this issue. |
Beta Was this translation helpful? Give feedback.
The output shows that you have installed the CPU version of PyTorch, which means it does not support CUDA. You need to install a PyTorch version that supports CUDA and use that version in your code. Installation instructions can be found on the PyTorch official website.If I resolve it, I will close this issue.