[GH-ISSUE #10157] Q6 quant (with vision support) for mistral-small:24b-3.1-instruct-2503? #84349

Open
opened 2026-05-09 20:30:52 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @Sub0X on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10157

Wondering if its possible to upload a q6_k quant (with vision support) for mistral-small:24b-3.1-instruct-2503 since it will fit most gpu's with 24gb vram? Thanks!

https://ollama.com/library/mistral-small3.1

Originally created by @Sub0X on GitHub (Apr 7, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10157 Wondering if its possible to upload a q6_k quant (with vision support) for mistral-small:24b-3.1-instruct-2503 since it will fit most gpu's with 24gb vram? Thanks! https://ollama.com/library/mistral-small3.1
GiteaMirror added the model label 2026-05-09 20:30:52 -05:00
Author
Owner

@mmb78 commented on GitHub (Apr 7, 2025):

You can get those from Hugging Face, for example here:
https://huggingface.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF
and just select which one you want ... it will even give your the Ollama command to get it:
ollama run hf.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K
or
ollama run hf.co/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K

<!-- gh-comment-id:2782101507 --> @mmb78 commented on GitHub (Apr 7, 2025): You can get those from Hugging Face, for example here: https://huggingface.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF and just select which one you want ... it will even give your the Ollama command to get it: `ollama run hf.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K` or `ollama run hf.co/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K`
Author
Owner

@Sub0X commented on GitHub (Apr 7, 2025):

You can get those from Hugging Face, for example here: https://huggingface.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF and just select which one you want ... it will even give your the Ollama command to get it: ollama run hf.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K or ollama run hf.co/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K

It seems like most quants on huggingface doesnt support vision (as they only support text) (unlike the quants that are published to Ollama)! (Model only supports text)

<!-- gh-comment-id:2784062794 --> @Sub0X commented on GitHub (Apr 7, 2025): > You can get those from Hugging Face, for example here: https://huggingface.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF and just select which one you want ... it will even give your the Ollama command to get it: `ollama run hf.co/bartowski/mistralai_Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K` or `ollama run hf.co/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF:Q6_K` It seems like most quants on huggingface doesnt support vision ([as they only support text](https://huggingface.co/unsloth/Mistral-Small-3.1-24B-Instruct-2503-GGUF/discussions/1)) (unlike the quants that are published to Ollama)! (Model only supports text)
Author
Owner

@fakezeta commented on GitHub (Apr 9, 2025):

Hi, user JollyLlama posted additional quants with vision support on the library.
I have not tested personally but you can find them here.

https://www.ollama.com/JollyLlama/Mistral-Small-3.1-24B

<!-- gh-comment-id:2788815811 --> @fakezeta commented on GitHub (Apr 9, 2025): Hi, user JollyLlama posted additional quants with vision support on the library. I have not tested personally but you can find them here. https://www.ollama.com/JollyLlama/Mistral-Small-3.1-24B
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#84349