1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 06:35:23 +02:00

ollama: add Dutch translation (#17190)

This commit is contained in:
Dylan 2025-07-10 18:36:30 +00:00 committed by GitHub
parent 1bf57ea687
commit b45e622ff3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 1 deletions

37
pages.nl/common/ollama.md Normal file
View file

@ -0,0 +1,37 @@
# ollama
> Een groot taalmodel-runner.
> Voor een lijst van beschikbare modellen, zie <https://ollama.com/library>.
> Meer informatie: <https://github.com/ollama/ollama>.
- Start de daemon die vereist is om andere commando's uit te voeren:
`ollama serve`
- Voer een model uit en praat ermee:
`ollama run {{model}}`
- Voer een model uit met één prompt:
`ollama run {{model}} {{prompt}}`
- Toon gedownloade modellen:
`ollama list`
- Pull een specifiek model:
`ollama pull {{model}}`
- Toon actieve modellen:
`ollama ps`
- Verwijder een model:
`ollama rm {{model}}`
- Maak een model van een `Modelfile`:
`ollama create {{nieuwe_model_naam}} {{[-f|--file]}} {{pad/naar/Modelfile}}`

View file

@ -20,7 +20,7 @@
`ollama list`
- Pull/Update a specific model:
- Pull a specific model:
`ollama pull {{model}}`