From e7c2ecd9a78a31b380219fa81b70aeb43718d31d Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:45:27 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b4fc3..f0e96f9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Windows llama.cpp [![Latest release](https://img.shields.io/github/v/release/countzero/windows_llama.cpp)](https://github.com/countzero/windows_llama.cpp/releases/latest) @@ -208,7 +210,7 @@ You can enforce a specific grammar for the response generation. The following wi --n-gpu-layers 33 ` --prompt-cache "./cache/gemma-2-9b-it-IQ4_XS.gguf.prompt" ` --prompt "The scientific classification (Taxonomy) of a Llama: " ` - --grammar-file "./vendor/llama.cpp/grammars/json.gbnf" + --grammar-file "./vendor/llama.cpp/grammars/json.gbnf" ` --color ```