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.
44fa2f647cf2a6953493b21ab83b50d5f5dbc483
1 parent 660bd45 commit c337e7bCopy full SHA for c337e7b
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?=edea8a9c3cf0eb7676dcdb604991eb2f95c3d984
+WHISPER_CPP_VERSION?=44fa2f647cf2a6953493b21ab83b50d5f5dbc483
12
13
CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF
14
0 commit comments