Add README.md for examples

This commit is contained in:
Jeffrey Morgan 2023-07-18 13:11:56 -07:00
parent ac62a413e5
commit 8c85dfb735

15
examples/README.md Normal file
View file

@ -0,0 +1,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
```