ソースを参照

Add `README.md` for `examples`

Jeffrey Morgan 1 年間 前
コミット
8c85dfb735
1 ファイル変更15 行追加0 行削除
  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
+```