From b559d64ecc0cd50bd680644f167addb818253b37 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Wed, 2 Oct 2024 15:19:27 +0100 Subject: [PATCH] Update README.md --- examples/agent/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/agent/README.md b/examples/agent/README.md index 3e515ad1a..52b78f8ee 100644 --- a/examples/agent/README.md +++ b/examples/agent/README.md @@ -25,19 +25,11 @@ -hfr meetkai/functionary-small-v3.2-GGUF -hff functionary-small-v3.2.Q4_0.gguf \ --chat-template "$( python scripts/get_hf_chat_template.py meetkai/functionary-medium-v3.2 )" - ./llama-server --jinja -fa --verbose \ - -m ~/Downloads/functionary-small-v3.2.Q4_0.gguf \ - --chat-template "$( python scripts/get_hf_chat_template.py meetkai/functionary-medium-v3.2 )" - # Llama 3.2 3B (poor adherence) ./llama-server --jinja -fa --verbose \ -hfr lmstudio-community/Llama-3.2-3B-Instruct-GGUF -hff Llama-3.2-3B-Instruct-Q6_K_L.gguf \ --chat-template "$( python scripts/get_hf_chat_template.py meta-llama/Llama-3.2-3B-Instruct )" - ./llama-server --jinja -fa --verbose \ - -m ~/Downloads/Llama-3.2-3B-Instruct-Q6_K_L.gguf \ - --chat-template "$( python scripts/get_hf_chat_template.py meta-llama/Llama-3.2-3B-Instruct )" - # Llama 3.2 1B (very poor adherence) ./llama-server --jinja -fa --verbose \ -hfr lmstudio-community/Llama-3.2-1B-Instruct-GGUF -hff Llama-3.2-1B-Instruct-Q4_K_M.gguf \