ollama
❯ ollama run hf.co/Jackrong/Qwopus3.5-9B-v3-GGUF:Q4_K_M
pulling manifest
pulling 19d52ddc3343: 100% ▕██████████████████▏ 5.6 GB
pulling 2d54db2b9bb2: 100% ▕██████████████████▏ 1.5 KB
pulling 039eb1b8f7d6: 100% ▕██████████████████▏ 921 MB
pulling 4a6ce91d86a8: 100% ▕██████████████████▏ 99 B
pulling b36080ddc095: 100% ▕██████████████████▏ 629 B
verifying sha256 digest
writing manifest
success
Error: 500 Internal Server Error: unable to load model: /Users/hady/.ollama/models/blobs/sha256-19d52ddc3343880a3999451c159c3564ba83e96ec24659c0041a83fe4e9c37ec
Thanks for your feedback!
At the moment, Ollama still has limited compatibility with some of the newer models, which can lead to conflicts or loading issues. In some cases, the logs may also show an error like: error loading model architecture: unknown model architecture: 'qwen35'.
I’d recommend trying LM Studio instead — it can run the model properly and also supports tool calling.
Hope this helps.
Seems to work now:
$> ollama run fredrezones55/Qwopus3.5:9b "What is the difference between Kool-Aid and Hi-C?"
Thinking...
The user is asking for the difference between Kool-Aid and Hi-C. This could be interpreted in a few ways:
Literally/Food context: Kool-Aid is a fruit-flavored drink mix, while "Hi-C" could refer to:
- High school (unlikely in this context)
- A type of soda/beverage (Hi-C is also a drink)
- Something else entirely
Biological/Scientific context: Hi-C is a genomic technique, and Kool-Aid is... a drink mix? That would be a strange comparison.
. . . .
Are there clues which version of ollama I need? I've just updated ollama from their website on linux and 0.19.0 was installed.
root@openwebui37:# ollama run hf.co/Jackrong/Qwopus3.5-9B-v3-GGUF:Q8_0# ollama -v
Error: 500 Internal Server Error: unable to load model: /root/.ollama/models/blobs/sha256-3705c24f9de8b851bcc7a78f2e757e28937ebe612372cf8d06383d90a3a67252
root@openwebui37:
ollama version is 0.19.0
Ollama and Qwen3 - VL and Qwen3.5 are not directly compatible, the model would need to be ported or converted.