From fe33e91edea2a64563f71793c31186866acb270b Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 18 Oct 2023 12:59:15 +0100 Subject: [PATCH] minor doc update --- cht-llama-cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cht-llama-cpp/README.md b/cht-llama-cpp/README.md index c553540..b682d33 100644 --- a/cht-llama-cpp/README.md +++ b/cht-llama-cpp/README.md @@ -20,5 +20,5 @@ pip install virtualenv ## Run the compiled file ```bash -./dist/mistral-1-aarch64-apple-darwin --model_path ./ml/models/mistral-7b-instruct-v0.1.Q5_0.gguf +./dist/cht-llama-cpp-mistral-1-aarch64-apple-darwin --model_path ./ml/models/mistral-7b-instruct-v0.1.Q5_0.gguf ```