Skip to content

Commit 39b812b

Browse files
committed
Update versions of llama.cpp and whisper.cpp
Signed-off-by: Daniel J Walsh <[email protected]>
1 parent d016126 commit 39b812b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container-images/scripts/build_llama_and_whisper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ configure_common_flags() {
235235
}
236236

237237
clone_and_build_whisper_cpp() {
238-
local DEFAULT_WHISPER_COMMIT="d0a9d8c7f8f7b91c51d77bbaa394b915f79cde6b"
238+
local DEFAULT_WHISPER_COMMIT="7745fcf32846006128f16de429cfe1677c963b30"
239239
local whisper_cpp_commit="${WHISPER_CPP_PULL_REF:-$DEFAULT_WHISPER_COMMIT}"
240240
local whisper_flags=("${common_flags[@]}")
241241
whisper_flags+=("-DBUILD_SHARED_LIBS=OFF")
@@ -254,7 +254,7 @@ clone_and_build_whisper_cpp() {
254254
}
255255

256256
clone_and_build_llama_cpp() {
257-
local DEFAULT_LLAMA_CPP_COMMIT=1d72c841888b9450916bdd5a9b3274da380f5b36
257+
local DEFAULT_LLAMA_CPP_COMMIT=9961d244f2df6baf40af2f1ddc0927f8d91578c8
258258
local llama_cpp_commit="${LLAMA_CPP_PULL_REF:-$DEFAULT_LLAMA_CPP_COMMIT}"
259259
local install_prefix
260260
install_prefix=$(set_install_prefix)

0 commit comments

Comments
 (0)