You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command for running unsloth/devstral-small is incorrect
```
➜ ~ ollama run unsloth/devstral-small-2505-gguf:Q4_K_M
pulling manifest
Error: pull model manifest: file does not exist
```
fixed as
```
➜ ~ ollama run hf.co/unsloth/Devstral-Small-2505-GGUF:Q4_K_M
pulling manifest
```
0 commit comments