documentation for stopping a model (#6766)

This commit is contained in:
Patrick Devine
2024-09-18 16:26:42 -07:00
committed by GitHub
parent bf7ee0f4d4
commit 5804cf1723
3 changed files with 105 additions and 4 deletions

View File

@@ -197,6 +197,18 @@ ollama show llama3.1
ollama list
```
### List which models are currently loaded
```
ollama ps
```
### Stop a model which is currently running
```
ollama stop llama3.1
```
### Start Ollama
`ollama serve` is used when you want to start ollama without running the desktop application.