1
0
Fork 0
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:
SeWook Oh 2024-04-12 00:53:54 +01:00 committed by GitHub
parent 35ef11c99a
commit 0e339e6d5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,14 @@
`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:
`ollama rm {{model}}`