We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0e3ee1 + e4eca9c commit 4382641Copy full SHA for 4382641
container-images/scripts/build_llama_and_whisper.sh
@@ -246,7 +246,8 @@ configure_common_flags() {
246
247
clone_and_build_whisper_cpp() {
248
local whisper_flags=("${common_flags[@]}")
249
- local whisper_cpp_sha="51c6961c7b64b406833f4b6a4a20e67142f69225"
+ # last time we tried to upgrade the whisper sha, rocm build broke
250
+ local whisper_cpp_sha="d682e150908e10caa4c15883c633d7902d385237"
251
whisper_flags+=("-DBUILD_SHARED_LIBS=OFF")
252
# See: https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md#compilation-options
253
if [ "$containerfile" = "musa" ]; then
0 commit comments