diff --git a/backend/go/whisper/Makefile b/backend/go/whisper/Makefile index 0ba080de6..8f09a3abb 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?=f16c12f3f55f5bd3d6ac8cf2f31ab90a42c884d5 +WHISPER_CPP_VERSION?=c62adfbd1ecdaea9e295c72d672992514a2d887c SO_TARGET?=libgowhisper.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF