From 196f5d2ffbd4d37e35e91b294dc0c2bcb00f22c4 Mon Sep 17 00:00:00 2001 From: Daniel Parnell Date: Mon, 20 Jul 2026 22:10:02 +1000 Subject: [PATCH] Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f91b3b..141c3d4 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ runs skip export. ;; Load a model and run an end-to-end inference pass (llambda:test-gguf-file-response "D:/path/to/your/model/gemma-4-E4B-it-Q4_K_M.gguf" - "Write a haiku about a hacker drinking coffee." + :prompt "Write a haiku about a hacker drinking coffee." :top-k 40 :top-p 0.95 :repetition-penalty 1.15)