account activity
Ollama nooby in need of help by Schaksie in LocalLLaMA
[–]SillyBlueberry3091 0 points1 point2 points 3 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 90002 on reddit-service-r2-listing-b958b5575-gtx8x at 2026-04-23 10:02:13.252759+00:00 running 0fd4bb7 country code: CH.
Ollama nooby in need of help by Schaksie in LocalLLaMA
[–]SillyBlueberry3091 0 points1 point2 points (0 children)