From a2f309d5a643ef2a42be4d7f91b7cf506b8ab339 Mon Sep 17 00:00:00 2001 From: Lil-Dragon <55363094+Lil-Dragon@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:35:58 -0800 Subject: [PATCH] Update how-to-run-llama-cpp-on-raspberry-pi.md Fixed a punctuation error --- how-to-run-llama-cpp-on-raspberry-pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-run-llama-cpp-on-raspberry-pi.md b/how-to-run-llama-cpp-on-raspberry-pi.md index 0d7a713..93ba493 100644 --- a/how-to-run-llama-cpp-on-raspberry-pi.md +++ b/how-to-run-llama-cpp-on-raspberry-pi.md @@ -33,7 +33,7 @@ You can check the free space on the drive which holds your home directory using ### Download a Llama 2 Chat 7B @ Q4_K_S ``` cd models -wget https://huggingface.co/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_S.gguf) +wget https://huggingface.co/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_K_S.gguf ``` ### Download a Llama 2 Chat 7B @ Q2_K