How to run the web UI only using CPU and without an NVIDIA graphic card #4033
Unanswered
alessandro-violante-dsgroup
asked this question in
Q&A
Replies: 2 comments
-
|
Conseguiu resolver seu problema? Utilizando apenas a CPU? Se sim! Poderia informar o que foi feito? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Use a model and loader that are primarily designed for CPU, such as codellama-7b-instruct.Q6_K.gguf.
Then press Load. Edit: Oof, necropost 😑 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new to Code Llama and I'm trying to use the web UI with the model "codellama_CodeLlama-7b-Instruct-hf" I have found on Hugging Face.
I've followed these steps:
After having clicked on "Load", after some time, on the command prompt I get the error visible in the attached print screen:
I would like to use only my CPU just to make some tests, as I don't have an NVIDIA graphic card.
If this could help in any way, when I clone the repository https://github.com/oobabooga/text-generation-webui, I get this error, although the web UI can be started:
ERROR: auto_gptq-0.4.2+cu117-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
I've also tried running this command, but when I try to load the model, I still have the same error:
pip install -r requirements_nocuda.txtWhat should I do in order to use only my CPU and to be able to make a test? Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions