瀏覽代碼

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