Pārlūkot izejas kodu

Add `README.md` for `examples`

Jeffrey Morgan 1 gadu atpakaļ
vecāks
revīzija
8c85dfb735
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. 15 0
      examples/README.md

+ 15 - 0
examples/README.md

@@ -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
+```