ollama/examples/README.md

16 lines
185 B
Markdown
Raw Normal View History

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