[GH-ISSUE #14552] . #35201

Closed
opened 2026-04-22 19:34:13 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @ghost on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14552

.

Originally created by @ghost on GitHub (Mar 2, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14552 .
GiteaMirror added the bug label 2026-04-22 19:34:13 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 2, 2026):

qwen3.5 models from HF are split models, separate text and vision GGUFs. Split models run on the llamam.cpp backend, which does not support qwen35/qwen35moe yes (#14134).

<!-- gh-comment-id:3986565225 --> @rick-github commented on GitHub (Mar 2, 2026): qwen3.5 models from HF are split models, separate text and vision GGUFs. Split models run on the llamam.cpp backend, which does not support qwen35/qwen35moe yes (#14134).
Author
Owner

@YJesus commented on GitHub (Mar 2, 2026):

qwen3.5 models from HF are split models, separate text and vision GGUFs. Split models run on the llamam.cpp backend, which does not support qwen35/qwen35moe yes (#14134).

Also 27b

llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'qwen35'

<!-- gh-comment-id:3986656052 --> @YJesus commented on GitHub (Mar 2, 2026): > qwen3.5 models from HF are split models, separate text and vision GGUFs. Split models run on the llamam.cpp backend, which does not support qwen35/qwen35moe yes ([#14134](https://github.com/ollama/ollama/pull/14134)). Also 27b llama_model_load: error loading model: error loading model architecture: unknown model architecture: 'qwen35'
Author
Owner

@rick-github commented on GitHub (Mar 3, 2026):

Removing the vision GGUF will allow it to run on the ollama engine.

<!-- gh-comment-id:3990069970 --> @rick-github commented on GitHub (Mar 3, 2026): [Removing the vision GGUF](https://github.com/ollama/ollama/issues/14503#issuecomment-3986898959) will allow it to run on the ollama engine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#35201