summaryrefslogtreecommitdiff
path: root/llama.cpp/examples/simple-chat/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/examples/simple-chat/README.md')
-rw-r--r--llama.cpp/examples/simple-chat/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/llama.cpp/examples/simple-chat/README.md b/llama.cpp/examples/simple-chat/README.md
new file mode 100644
index 0000000..f0099ce
--- /dev/null
+++ b/llama.cpp/examples/simple-chat/README.md
@@ -0,0 +1,7 @@
+# llama.cpp/example/simple-chat
+
+The purpose of this example is to demonstrate a minimal usage of llama.cpp to create a simple chat program using the chat template from the GGUF file.
+
+```bash
+./llama-simple-chat -m Meta-Llama-3.1-8B-Instruct.gguf -c 2048
+...