ollama/examples/README.md

16 lines
185 B
Markdown
Raw Normal View History

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