Home / Deep learning / Ollama
Command line interface
Ollama is controlled via the ollama
CLI:
Command | Description |
---|---|
ollama pull MODEL |
Pull the MODEL from Ollama Library |
ollama show MODEL |
Describe the pulled MODEL |
ollama run MODEL |
Run the MODEL 1 |
ollama stop MODEL |
Stop running the MODEL |
ollama ls |
List all pulled models |
ollama ps |
List all running models |
ollama rm MODEL |
Remove the pulled MODEL |
Footnotes:
1
Executes ollama pull $model
first, if needed.