ollama/examples/README.md

16 lines
202 B
Markdown
Raw Normal View History

2023-07-18 20:11:56 +00:00
# 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
```