Add README.md
for examples
This commit is contained in:
parent
ac62a413e5
commit
8c85dfb735
1 changed files with 15 additions and 0 deletions
15
examples/README.md
Normal file
15
examples/README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue