[GH-ISSUE #11391] Devstral Update #69577

Open
opened 2026-05-04 18:33:28 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @TungstenWolframite on GitHub (Jul 12, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11391

mistralai/Devstral-Small-2507

Originally created by @TungstenWolframite on GitHub (Jul 12, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11391 mistralai/Devstral-Small-2507
GiteaMirror added the model label 2026-05-04 18:33:28 -05:00
Author
Owner

@olumolu commented on GitHub (Jul 12, 2025):

yes it is needed

<!-- gh-comment-id:3064952608 --> @olumolu commented on GitHub (Jul 12, 2025): yes it is needed
Author
Owner

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

ollama run hf.co/mistralai/Devstral-Small-2507_gguf:Q4_K_M

However, this comes with a generic template. To get things like tool support you can merge the template from https://ollama.com/library/devstral.

<!-- gh-comment-id:3065612487 --> @rick-github commented on GitHub (Jul 12, 2025): ``` ollama run hf.co/mistralai/Devstral-Small-2507_gguf:Q4_K_M ``` However, this comes with a generic template. To get things like tool support you can merge the template from https://ollama.com/library/devstral.
Author
Owner

@kostich commented on GitHub (Jul 13, 2025):

For those not well-versed with what @rick-github suggested, here's how I got the new model adjusted for use with Cline:

ollama pull devstral:24b # download the devstral small 2505 to extract the Modelfile
ollama pull hf.co/mistralai/Devstral-Small-2507_gguf:Q4_K_M # download the new 2507 variant

ollama show devstral:24b --modelfile > Modelfile # extract the Modelfile
# now adjust the Modelfile, replace existing FROM with `FROM hf.co/mistralai/Devstral-Small-2507_gguf:Q4_K_M`

ollama create devstral:2507-24b -f Modelfile # build the 2507 variant with all the 2505 metadata

ollama list # verify that you have the new devstral:2507-24b model available

Seems to be working on my end, it's using tools and writing code autonomously through Cline in my VSCode instance. 🎉 Have fun!

<!-- gh-comment-id:3067230174 --> @kostich commented on GitHub (Jul 13, 2025): For those not well-versed with what @rick-github suggested, here's how I got the new model adjusted for use with Cline: ``` ollama pull devstral:24b # download the devstral small 2505 to extract the Modelfile ollama pull hf.co/mistralai/Devstral-Small-2507_gguf:Q4_K_M # download the new 2507 variant ollama show devstral:24b --modelfile > Modelfile # extract the Modelfile # now adjust the Modelfile, replace existing FROM with `FROM hf.co/mistralai/Devstral-Small-2507_gguf:Q4_K_M` ollama create devstral:2507-24b -f Modelfile # build the 2507 variant with all the 2505 metadata ollama list # verify that you have the new devstral:2507-24b model available ``` Seems to be working on my end, it's using tools and writing code autonomously through Cline in my VSCode instance. 🎉 Have fun!
Author
Owner

@ghmer commented on GitHub (Jul 14, 2025):

@kostich I understand @rick-github 's answer to be a workaround to run the updated model.
However, does that mean that the version available via ollama will not be updated, or is this merely a workaround if one does not want to wait until the newer version is released?

<!-- gh-comment-id:3067884461 --> @ghmer commented on GitHub (Jul 14, 2025): @kostich I understand @rick-github 's answer to be a workaround to run the updated model. However, does that mean that the version available via ollama will not be updated, or is this merely a workaround if one does not want to wait until the newer version is released?
Author
Owner

@kostich commented on GitHub (Jul 14, 2025):

@ghmer , consider that a workaround. Usually a new model gets supported in a couple of weeks max. Note that I'm just a user so I have no insights into the internal plans and workflows of the core dev team.

<!-- gh-comment-id:3068013457 --> @kostich commented on GitHub (Jul 14, 2025): @ghmer , consider that a workaround. Usually a new model gets supported in a couple of weeks max. Note that I'm just a user so I have no insights into the internal plans and workflows of the core dev team.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69577