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