diff --git a/backend/go/whisper/Makefile b/backend/go/whisper/Makefile index 7eab11f0bd50..3753029332ea 100644 --- a/backend/go/whisper/Makefile +++ b/backend/go/whisper/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # whisper.cpp version WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp -WHISPER_CPP_VERSION?=679bdb53dbcbfb3e42685f50c7ff367949fd4d48 +WHISPER_CPP_VERSION?=a96310871a3b294f026c3bcad4e715d17b5905fe SO_TARGET?=libgowhisper.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF