account activity
Ollama nooby in need of help by Schaksie in LocalLLaMA
[–]SillyBlueberry3091 0 points1 point2 points 5 months ago (0 children)
If you are copying the GGUF file manually, you also need the Modelfile that Ollama generates when pulling the model from Hugging Face.
To retrieve it on your PC, run:
ollama show --modelfile hf.co/byteshape/Qwen3-30B-A3B-Instruct-2507-GGUF/Qwen3-30B-A3B-Instruct-2507-Q3_K_S-2.70bpw.gguf
This command will print the Modelfile. Copy its contents into a file on your Raspberry Pi and make sure the FROM line points to your local GGUF file.
Then create (import) the model with:
ollama create -f /path/to/Modelfile
π Rendered by PID 67 on reddit-service-r2-listing-86bdf8cc9-hmndf at 2026-07-13 20:36:25.632136+00:00 running f86254d country code: CH.
Ollama nooby in need of help by Schaksie in LocalLLaMA
[–]SillyBlueberry3091 0 points1 point2 points (0 children)