Skip to content

Commit 1831907

Browse files
committed
musa: disable build of whisper.cpp, and update llama.cpp
Updating the musa images to rc4.2.0 requires a newer version of llama.cpp, and broke the whisper.cpp build. For more info see: #1697 Signed-off-by: Mike Bonnet <[email protected]>
1 parent 079ff91 commit 1831907

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
@@ -271,7 +271,7 @@ clone_and_build_whisper_cpp() {
271271
}
272272

273273
clone_and_build_llama_cpp() {
274-
local llama_cpp_sha="f667f1e6244e1f420512fa66692b7096ff17f366"
274+
local llama_cpp_sha="3f4fc97f1d745f1d5d3c853949503136d419e6de"
275275
local install_prefix
276276
install_prefix=$(set_install_prefix)
277277
git clone https://github.com/ggml-org/llama.cpp
@@ -326,7 +326,7 @@ main() {
326326
install_entrypoints
327327

328328
setup_build_env
329-
if [ "$uname_m" != "s390x" ]; then
329+
if [ "$uname_m" != "s390x" ] && [ "$containerfile" != "musa" ]; then
330330
clone_and_build_whisper_cpp
331331
fi
332332
common_flags+=("-DLLAMA_CURL=ON" "-DGGML_RPC=ON")

0 commit comments

Comments
 (0)