ollama: add examples (#12623)

* ollama: add examples

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/28/head
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
1 changed files with 8 additions and 0 deletions

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}}`