[GH-ISSUE #14422] Pulling large GGUF model fails from ModelScope #35122

Open
opened 2026-04-22 19:22:58 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @CkovMk on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14422

What is the issue?

When trying to pull large model (~50GB+) from ModelScope:

$ ollama pull modelscope.cn/unsloth/Qwen3.5-122B-A10B-GGUF:Q4_K_M
Error: pull model manifest: 400: The specified GGUF file does not exist.

I'm aware Qwen3.5 is not supported by this version, just reporting the pull issue

By inspecting files on the web page, files are laid out differently for ~50GB+ large files:

Image Image

The model files is broken into pieces and put into Q4_K_M folder. I assume that's why ollama complains.

attach the model page FYI

Relevant log output


OS

Linux

GPU

Nvidia

CPU

AMD

Ollama version

0.16.1

Originally created by @CkovMk on GitHub (Feb 25, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14422 ### What is the issue? When trying to pull large model (~50GB+) from ModelScope: ```sh $ ollama pull modelscope.cn/unsloth/Qwen3.5-122B-A10B-GGUF:Q4_K_M Error: pull model manifest: 400: The specified GGUF file does not exist. ``` > I'm aware Qwen3.5 is not supported by this version, just reporting the pull issue By inspecting files on the web page, files are laid out differently for ~50GB+ large files: <img width="3026" height="1319" alt="Image" src="https://github.com/user-attachments/assets/94f5b4bc-b412-49a7-8747-2162e46e241c" /> <img width="3035" height="1419" alt="Image" src="https://github.com/user-attachments/assets/c74c20ae-4028-49f7-b77f-37f389a8af60" /> The model files is broken into pieces and put into `Q4_K_M` folder. I assume that's why ollama complains. > attach the [model page](https://modelscope.cn/models/unsloth/Qwen3.5-122B-A10B-GGUF) FYI ### Relevant log output ```shell ``` ### OS Linux ### GPU Nvidia ### CPU AMD ### Ollama version 0.16.1
GiteaMirror added the bug label 2026-04-22 19:22:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#35122