ollama/examples/README.md

16 lines
185 B
Markdown
Raw Normal View History

2023-07-18 13:11:56 -07:00
# Examples
2023-08-09 11:49:22 -07:00
This directory contains different examples of using Ollama
2023-07-18 13:11:56 -07:00
To create a model:
```
ollama create example -f <example file>
```
To run a model:
```
ollama run example
```