From a1486d2f8e29886c8eda936fbe6513502b8ac3bd Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sat, 2 Nov 2024 16:24:26 +0100 Subject: [PATCH] llama.cpp: add download-llama-3-2-1B target --- fundamentals/llama.cpp/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fundamentals/llama.cpp/Makefile b/fundamentals/llama.cpp/Makefile index 6e9b8f5..21566a8 100644 --- a/fundamentals/llama.cpp/Makefile +++ b/fundamentals/llama.cpp/Makefile @@ -181,6 +181,11 @@ download-llama-7b-q8: cd models && \ wget https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q8_0.gguf +download-llama-3-2-1B: + cd models && \ + wget https://huggingface.co/bartowski/Llama-3.2-1B-Instruct-GGUF/resolve/main/Llama-3.2-1B-Instruct-Q4_K_S.gguf + + download-shakespeare: wget -P data/ https://raw.githubusercontent.com/brunoklein99/deep-learning-notes/master/shakespeare.txt