mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-18 13:55:44 +02:00
ollama: add examples (#12623)
* ollama: add examples --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
35ef11c99a
commit
0e339e6d5d
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
||||||
|
|
||||||
`ollama list`
|
`ollama list`
|
||||||
|
|
||||||
|
- Pull/Update a specific model:
|
||||||
|
|
||||||
|
`ollama pull {{model}}`
|
||||||
|
|
||||||
|
- Upgrade Ollama on Linux:
|
||||||
|
|
||||||
|
`curl -fsSL https://ollama.com/install.sh | sh`
|
||||||
|
|
||||||
- Delete a model:
|
- Delete a model:
|
||||||
|
|
||||||
`ollama rm {{model}}`
|
`ollama rm {{model}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue