We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 079ff91 + 1831907 commit ceb67ecCopy full SHA for ceb67ec
container-images/scripts/build_llama_and_whisper.sh
@@ -271,7 +271,7 @@ clone_and_build_whisper_cpp() {
271
}
272
273
clone_and_build_llama_cpp() {
274
- local llama_cpp_sha="f667f1e6244e1f420512fa66692b7096ff17f366"
+ local llama_cpp_sha="3f4fc97f1d745f1d5d3c853949503136d419e6de"
275
local install_prefix
276
install_prefix=$(set_install_prefix)
277
git clone https://github.com/ggml-org/llama.cpp
@@ -326,7 +326,7 @@ main() {
326
install_entrypoints
327
328
setup_build_env
329
- if [ "$uname_m" != "s390x" ]; then
+ if [ "$uname_m" != "s390x" ] && [ "$containerfile" != "musa" ]; then
330
clone_and_build_whisper_cpp
331
fi
332
common_flags+=("-DLLAMA_CURL=ON" "-DGGML_RPC=ON")
0 commit comments