Some simple modelfile examples

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams
2023-07-17 17:16:59 -07:00
parent 1f45f7bb52
commit 3d9498dc95
4 changed files with 44 additions and 3 deletions

View File

@@ -3,13 +3,13 @@
Install required tools:
```
brew install cmake go node
brew install go
```
Then run `make`:
Then build ollama:
```
make
go build .
```
Now you can run `ollama`: