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.
32be14f8ebfc0498c2c619182f0d7f4c822d52c4
1 parent f41f30a commit 967c272Copy full SHA for 967c272
backend/go/whisper/Makefile
@@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1)
8
9
# whisper.cpp version
10
WHISPER_REPO?=https://github.com/ggml-org/whisper.cpp
11
-WHISPER_CPP_VERSION?=44fa2f647cf2a6953493b21ab83b50d5f5dbc483
+WHISPER_CPP_VERSION?=32be14f8ebfc0498c2c619182f0d7f4c822d52c4
12
13
CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF
14
0 commit comments