mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 07:54:17 +02:00
16 lines
202 B
Markdown
16 lines
202 B
Markdown
# Examples
|
|
|
|
This directory contains examples that can be created and run with `ollama`.
|
|
|
|
To create a model:
|
|
|
|
```
|
|
ollama create example -f <example file>
|
|
```
|
|
|
|
To run a model:
|
|
|
|
```
|
|
ollama run example
|
|
```
|