From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/examples/simple-chat/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 llama.cpp/examples/simple-chat/README.md (limited to 'llama.cpp/examples/simple-chat/README.md') 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 +... -- cgit v1.2.3