Skip to content

Commit

Permalink
chore: bump llama.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Oct 24, 2024
1 parent ceb135d commit 395fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rm -rf /var/lib/apt/lists/*
EOF

# get llama-tools
COPY --from=ghcr.io/ggerganov/llama.cpp:full-b3933 --parents \
COPY --from=ghcr.io/ggerganov/llama.cpp:full-b3970 --parents \
/usr/local/lib/python3.10/dist-packages \
/app/gguf-py \
/app/convert_hf_to_gguf.py \
Expand Down

0 comments on commit 395fd9b

Please sign in to comment.