QVAC-22367 bump[parakeet-cpp]: 2026-07-21#0 (long-audio windowed encoder)#254
Open
Zbig9000 wants to merge 1 commit into
Open
QVAC-22367 bump[parakeet-cpp]: 2026-07-21#0 (long-audio windowed encoder)#254Zbig9000 wants to merge 1 commit into
Zbig9000 wants to merge 1 commit into
Conversation
…der) Points parakeet-cpp at the QVAC-22367 fix that bounds offline-transcription memory on long audio: the conformer encoder now slides over the input in overlapping windows instead of running the whole file through a single O(T_enc^2) attention graph (which OOMed on multi-hour audio). ggml-speech floor is unchanged (>= 2026-07-15); this is a source-only bump. WIP until the upstream source PR merges: portfile REPO/REF/HEAD_REF point at Zbig9000/qvac-ext-lib-whisper.cpp @ 963b28db (branch QVAC-22367-parakeet-long-audio); SHA512 is that fork tarball's hash. master has since moved parakeet-cpp/ -> engines/parakeet/ (reorg PR tetherto#95); this pin stays on the pre-reorg ecac5bb7 line so the bugfix does not also adopt the layout migration. On merge, repoint REPO -> tetherto, REF -> the merge commit, HEAD_REF -> master, adjust SOURCE_PATH if it lands on the reorged tree, and recompute SHA512 + the versions git-tree.
Review StatusCurrent Status: ❌ PENDING Pending reviews: Needs 1 Management or Team Lead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
QVAC-22367 — bump
parakeet-cppto2026-07-21#0(long-audio windowed encoder)Points
parakeet-cppat the QVAC-22367 fix that bounds offline-transcriptionmemory on long audio: the conformer encoder now slides over the input in
overlapping windows instead of running the whole file through one O(T_enc²)
attention graph (which OOMed on multi-hour audio). Source-only bump;
ggml-speechfloor unchanged (
>= 2026-07-15).Changes
ports/parakeet-cpp/portfile.cmake— REF → the QVAC-22367 source commit; SHA512updated.
ports/parakeet-cpp/vcpkg.json—version-date2026-07-21,port-version0.versions/p-/parakeet-cpp.json+versions/baseline.json— new top entry.WIP status
portfile.cmakecurrently pointsREPO/REF/HEAD_REFat the fork branchZbig9000/qvac-ext-lib-whisper.cpp @ 963b28db(SHA512is that fork tarball'shash) pending the source PR merge. Do not merge until the addon overlay CI is
green. On source merge, repoint
REPO → tetherto,REF → the merge commit,HEAD_REF → master, adjustSOURCE_PATHif the fix lands on the reorgedengines/parakeet/tree (PR #95), and recomputeSHA512+ the versionsgit-tree.Companion PRs
qvac-ext-lib-whisper.cpp): QVAC-22367 fix(parakeet): window the offline encoder for long audio qvac-ext-lib-whisper.cpp#101qvac): QVAC-22367 fix[transcription-parakeet]: bound long-audio memory via windowed encoder qvac#3379