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.
1 parent 60facc7 commit e8fa4ffCopy full SHA for e8fa4ff
1 file changed
backend/go/parakeet-cpp/Makefile
@@ -1,6 +1,6 @@
1
# parakeet-cpp backend Makefile.
2
#
3
-# Upstream pin lives below as PARAKEET_VERSION?=9db92be63179a27201d3b88d5d40c545b2ac48ae
+# Upstream pin lives below as PARAKEET_VERSION?=b8012f11e5269126eddb7f4fd02f891a2ccc29b0
4
# (.github/bump_deps.sh) can find and update it - matches the
5
# whisper.cpp / ds4 / vibevoice-cpp convention.
6
@@ -15,7 +15,7 @@
15
# That's what the L0 smoke test uses. The default target below does the
16
# proper clone-at-pin + cmake build so CI doesn't need a side-checkout.
17
18
-PARAKEET_VERSION?=9db92be63179a27201d3b88d5d40c545b2ac48ae
+PARAKEET_VERSION?=b8012f11e5269126eddb7f4fd02f891a2ccc29b0
19
PARAKEET_REPO?=https://github.com/mudler/parakeet.cpp
20
21
GOCMD?=go
0 commit comments