From 8c85dfb735d49ef983c9c4e88ef9b89044b179fc Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 18 Jul 2023 13:11:56 -0700 Subject: [PATCH] Add `README.md` for `examples` --- examples/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 000000000..019d8f840 --- /dev/null +++ b/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 +``` + +To run a model: + +``` +ollama run example +```