Skip to content

Commit 4382641

Browse files
authored
Merge pull request #1543 from containers/whisper-downgrade
Downgrade whisper
2 parents e0e3ee1 + e4eca9c commit 4382641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container-images/scripts/build_llama_and_whisper.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ configure_common_flags() {
246246

247247
clone_and_build_whisper_cpp() {
248248
local whisper_flags=("${common_flags[@]}")
249-
local whisper_cpp_sha="51c6961c7b64b406833f4b6a4a20e67142f69225"
249+
# last time we tried to upgrade the whisper sha, rocm build broke
250+
local whisper_cpp_sha="d682e150908e10caa4c15883c633d7902d385237"
250251
whisper_flags+=("-DBUILD_SHARED_LIBS=OFF")
251252
# See: https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md#compilation-options
252253
if [ "$containerfile" = "musa" ]; then

0 commit comments

Comments
 (0)