upate to llama3.1 elsewhere in repo (#6032)

This commit is contained in:
Jeffrey Morgan
2024-07-28 19:56:02 -07:00
committed by GitHub
parent 2c01610616
commit 0e4d653687
6 changed files with 7 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ curl http://localhost:11434/api/chat -d '{"model": "mistral"}'
To preload a model using the CLI, use the command:
```shell
ollama run llama3 ""
ollama run llama3.1 ""
```
## How do I keep a model loaded in memory or make it unload immediately?