File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ configure_common_flags() {
235
235
}
236
236
237
237
clone_and_build_whisper_cpp () {
238
- local DEFAULT_WHISPER_COMMIT=" d0a9d8c7f8f7b91c51d77bbaa394b915f79cde6b "
238
+ local DEFAULT_WHISPER_COMMIT=" 7745fcf32846006128f16de429cfe1677c963b30 "
239
239
local whisper_cpp_commit=" ${WHISPER_CPP_PULL_REF:- $DEFAULT_WHISPER_COMMIT } "
240
240
local whisper_flags=(" ${common_flags[@]} " )
241
241
whisper_flags+=(" -DBUILD_SHARED_LIBS=OFF" )
@@ -254,7 +254,7 @@ clone_and_build_whisper_cpp() {
254
254
}
255
255
256
256
clone_and_build_llama_cpp () {
257
- local DEFAULT_LLAMA_CPP_COMMIT=1d72c841888b9450916bdd5a9b3274da380f5b36
257
+ local DEFAULT_LLAMA_CPP_COMMIT=9961d244f2df6baf40af2f1ddc0927f8d91578c8
258
258
local llama_cpp_commit=" ${LLAMA_CPP_PULL_REF:- $DEFAULT_LLAMA_CPP_COMMIT } "
259
259
local install_prefix
260
260
install_prefix=$( set_install_prefix)
You can’t perform that action at this time.
0 commit comments