Ollama error
#2
by
Colegero
- opened
Error: pull model manifest: 401: {"error":"Invalid username or password."}
try following
- Copy your Ollama SSH key, you can do so via: cat ~/.ollama/id_ed25519.pub | pbcopy
- Add the corresponding key to your Hugging Face account by going to [your account settings](https://huggingface.co/settings/keys) and clicking on Add new SSH key.
- That’s it! You can now run private GGUFs from the Hugging Face Hub: ollama run hf.co/google/gemma-3-12b-it-qat-q4_0-gguf
reference : https://github.com/ollama/ollama/issues/8045
try following
- Copy your Ollama SSH key, you can do so via: cat ~/.ollama/id_ed25519.pub | pbcopy - Add the corresponding key to your Hugging Face account by going to [your account settings](https://huggingface.co/settings/keys) and clicking on Add new SSH key. - That’s it! You can now run private GGUFs from the Hugging Face Hub: ollama run hf.co/google/gemma-3-12b-it-qat-q4_0-gguf
reference : https://github.com/ollama/ollama/issues/8045
Thanks, it worked!
Colegero
changed discussion status to
closed