Skip to content

Commit 7383a0b

Browse files
committed
fix: ollama pull
1 parent fd42a2c commit 7383a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/ollama-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ ollama pull model-name:tag # e.g., deepseek-r1:32b
225225

226226
#### Model Tag Mismatches
227227

228-
**Problem**: `ollama run deepseek-r1` installs `:latest` but hub block expects `:32b`
228+
**Problem**: `ollama pull deepseek-r1` installs `:latest` but hub block expects `:32b`
229229
**Solution**: Always pull with the exact tag:
230230
```bash
231231
# Wrong - pulls :latest
232-
ollama run deepseek-r1
232+
ollama pull deepseek-r1
233233
234234
# Right - pulls specific version
235235
ollama pull deepseek-r1:32b

0 commit comments

Comments
 (0)