README.md 202 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
```