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:
parent
1bf57ea687
commit
b45e622ff3
2 changed files with 38 additions and 1 deletions
37
pages.nl/common/ollama.md
Normal file
37
pages.nl/common/ollama.md
Normal 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}}`
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
`ollama list`
|
||||
|
||||
- Pull/Update a specific model:
|
||||
- Pull a specific model:
|
||||
|
||||
`ollama pull {{model}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue