Skip to content

Commit ceb67ec

Browse files
authored
Merge pull request #1745 from containers/musa-fix-build
musa: disable build of whisper.cpp, and update llama.cpp
2 parents 079ff91 + 1831907 commit ceb67ec

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)