Skip to content

Commit

Permalink
Merge pull request #692 from maxamillion/rev_llama_cpp_aa6fb13
Browse files Browse the repository at this point in the history
bump llama.cpp to latest release hash aa6fb13
  • Loading branch information
ericcurtin authored Feb 1, 2025
2 parents 5b1f1a1 + b855b06 commit f2ee462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-images/scripts/build_llama_and_whisper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ clone_and_build_whisper_cpp() {
}

clone_and_build_llama_cpp() {
local llama_cpp_sha="acd38efee316f3a5ed2e6afcbc5814807c347053"
local llama_cpp_sha="aa6fb1321333fae8853d0cdc26bcb5d438e650a1"

git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
Expand Down

0 comments on commit f2ee462

Please sign in to comment.