diff --git a/backend/go/whisper/Makefile b/backend/go/whisper/Makefile index 8bfb61946..c9c11f67d 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?=9386f239401074690479731c1e41683fbbeac557 +WHISPER_CPP_VERSION?=76684141a5d059be71cbe23dc2f0ed552213ba2d SO_TARGET?=libgowhisper.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF