Skip to content

Commit b334cad

Browse files
authored
Update continue-client.mdx
`ollama run unsloth/devstral-small-2505-gguf:Q4_K_M` is giving an error -> pull model manifest: file does not exist.
1 parent e1887ee commit b334cad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

units/en/unit2/continue-client.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ To use Ollama, you can [install](https://ollama.com/download) it and download th
5757
For example, you can download and run the [Devstral-Small](https://huggingface.co/unsloth/Devstral-Small-2505-GGUF?local-app=ollama) model with:
5858

5959
```bash
60-
ollama run unsloth/devstral-small-2505-gguf:Q4_K_M
60+
ollama run hf.co/unsloth/Devstral-Small-2505-GGUF:Q4_K_M
6161
```
62+
This model is around 14GB in size, so you need to ensure that the machine you are running it on has enough free RAM. Otherwise you might see an error like: model requires more system memory than is available.
6263
</hfoption>
6364
</hfoptions>
6465

@@ -208,4 +209,4 @@ specialized tools, from web automation to file management, all running entirely
208209
on your local machine. Ready to take your development workflow to the next
209210
level? Start by experimenting with different MCP servers from the [Continue Hub
210211
MCP explore page](https://hub.continue.dev/explore/mcp) and discover how
211-
local AI can transform your coding experience.
212+
local AI can transform your coding experience.

0 commit comments

Comments
 (0)