Skip to content

Commit 0e6712f

Browse files
localai-botmudler
andauthored
chore: ⬆️ Update mudler/parakeet.cpp to 843600590f96a31467a5199f827c253f34c110f7 (#10198)
chore(parakeet-cpp): bump pin to banded long-audio attention (843600590) Update PARAKEET_VERSION to mudler/parakeet.cpp@8436005 (merge of parakeet.cpp#9). Brings NeMo rel_pos_local_attn banded/Longformer attention with the chunk-matmul construction: long audio now uses O(T*window) attention instead of global O(T^2), fixing the encoder OOM on long clips (~16.6-min clip: 54GB->9.4GB peak, ~4x faster) at NeMo's full [128,128] window. Short clips are unchanged (global path). No C-ABI change. Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 0e4cee9 commit 0e6712f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/go/parakeet-cpp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# parakeet-cpp backend Makefile.
22
#
3-
# Upstream pin lives below as PARAKEET_VERSION?=b11fe5bca78ad8b342dd559a43d76df3984bb447
3+
# Upstream pin lives below as PARAKEET_VERSION?=843600590f96a31467a5199f827c253f34c110f7
44
# (.github/bump_deps.sh) can find and update it - matches the
55
# whisper.cpp / ds4 / vibevoice-cpp convention.
66
#
@@ -15,7 +15,7 @@
1515
# That's what the L0 smoke test uses. The default target below does the
1616
# proper clone-at-pin + cmake build so CI doesn't need a side-checkout.
1717

18-
PARAKEET_VERSION?=b11fe5bca78ad8b342dd559a43d76df3984bb447
18+
PARAKEET_VERSION?=843600590f96a31467a5199f827c253f34c110f7
1919
PARAKEET_REPO?=https://github.com/mudler/parakeet.cpp
2020

2121
GOCMD?=go

0 commit comments

Comments
 (0)