[GH-ISSUE #11364] ollama add custom gguf file and mmproject gguf file show garbled text #7498

Closed
opened 2026-04-12 19:34:51 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @wangyi7099 on GitHub (Jul 11, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11364

What is the issue?

I download Qwen2.5-VL-7B-Instruct-GGUF from llm studio. And I want to run it in ollama. But the model's reply show garbled text.
Image

And this is my ModelFile
Image

Relevant log output


OS

win11
No response

GPU

rtx4090
No response

CPU

No response

Ollama version

No response

Originally created by @wangyi7099 on GitHub (Jul 11, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11364 ### What is the issue? I download Qwen2.5-VL-7B-Instruct-GGUF from llm studio. And I want to run it in ollama. But the model's reply show garbled text. <img width="803" height="590" alt="Image" src="https://github.com/user-attachments/assets/778d7dd4-f08c-4428-9d5b-ef08de5c873d" /> And this is my ModelFile <img width="1021" height="474" alt="Image" src="https://github.com/user-attachments/assets/ca137289-373f-41e9-9c55-d5cbb9919a5b" /> ### Relevant log output ```shell ``` ### OS win11 _No response_ ### GPU rtx4090 _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 19:34:51 -05:00
Author
Owner

@rick-github commented on GitHub (Jul 11, 2025):

qwen2.5vl is run with the new engine, and requires a fused GGUF file, ie text and image weights in a single file. You can get the model from the ollama library here.

<!-- gh-comment-id:3061353389 --> @rick-github commented on GitHub (Jul 11, 2025): qwen2.5vl is run with the new engine, and requires a fused GGUF file, ie text and image weights in a single file. You can get the model from the ollama library [here](https://ollama.com/library/qwen2.5vl:7b-q4_K_M).
Author
Owner

@pdevine commented on GitHub (Jul 11, 2025):

@rick-github has the correct answer. I'll go ahead and close the issue.

<!-- gh-comment-id:3064309757 --> @pdevine commented on GitHub (Jul 11, 2025): @rick-github has the correct answer. I'll go ahead and close the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7498