Skip to content

Commit

Permalink
llama.cpp: add download-llama-3-2-1B target
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Nov 2, 2024
1 parent abbdb84 commit a1486d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fundamentals/llama.cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a1486d2

Please sign in to comment.