[GH-ISSUE #7742] llama3.2-vision model quantization request #4944

Closed
opened 2026-04-12 16:00:16 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @erenaslandev on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7742

“q5_K_M” is not among the quantizations in the ‘llama3.2-vision’ model in the Ollama library. Is it possible to add it?

Originally created by @erenaslandev on GitHub (Nov 19, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7742 “q5_K_M” is not among the quantizations in the ‘llama3.2-vision’ model in the Ollama library. Is it possible to add it?
GiteaMirror added the model label 2026-04-12 16:00:16 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 15, 2025):

Until other quants are made available, if you are willing to pull the fp16 quant, you can make your own q5:

$ ollama pull llama3.2-vision:11b-instruct-fp16
$ echo FROM llama3.2-vision:11b-instruct-fp16 > Modelfile
$ ollama create --quantize Q5_K_M llama3.2-vision:11b-instruct-q5_K_M
<!-- gh-comment-id:2660571998 --> @rick-github commented on GitHub (Feb 15, 2025): Until other quants are made available, if you are willing to pull the fp16 quant, you can make your own q5: ```console $ ollama pull llama3.2-vision:11b-instruct-fp16 $ echo FROM llama3.2-vision:11b-instruct-fp16 > Modelfile $ ollama create --quantize Q5_K_M llama3.2-vision:11b-instruct-q5_K_M ```
Author
Owner

@erenaslandev commented on GitHub (Feb 15, 2025):

thanks for advice, but my net bandwidth is very low so i cant download much unfortunately.

<!-- gh-comment-id:2660855091 --> @erenaslandev commented on GitHub (Feb 15, 2025): thanks for advice, but my net bandwidth is very low so i cant download much unfortunately.
Author
Owner

@rick-github commented on GitHub (Feb 20, 2025):

https://ollama.com/frob/llama3.2-vision:11b-instruct-q5_K_M

<!-- gh-comment-id:2671742986 --> @rick-github commented on GitHub (Feb 20, 2025): https://ollama.com/frob/llama3.2-vision:11b-instruct-q5_K_M
Author
Owner

@erenaslandev commented on GitHub (Feb 20, 2025):

thanks for getting quantize and upload

<!-- gh-comment-id:2671901240 --> @erenaslandev commented on GitHub (Feb 20, 2025): thanks for getting quantize and upload
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#4944