whisper-cpp + parakeet-cpp: bump to qvac-ext-lib-whisper.cpp@master a34cb6da (whisper KV-cache CPU fallback PR #34, parakeet Adreno-gen regex parse PR #38)#183
Merged
Conversation
…34cb6da Both ports source the same repo (whisper root / parakeet-cpp subfolder), so both move to master HEAD a34cb6da (shared source archive SHA512 b0e80b06). - whisper-cpp 1.8.5#1 -> 1.8.5#2: picks up PR #34's KV-cache CPU-buffer fallback when a single K/V tensor exceeds the backend max single-tensor size (Adreno-740 whisper-cli fix). whisper version unchanged (1.8.5). - parakeet-cpp 2026-05-26#2 -> 2026-06-04#0: picks up PR #38's std::regex parse_adreno_version() for robust Adreno-generation detection. ggml-speech version>= 2026-06-02 left unchanged: verified neither delta needs the new ggml-speech 2026-06-04 API, and the registry baseline already delivers 2026-06-04 to consumers.
gianni-cor
requested changes
Jun 4, 2026
gianni-cor
left a comment
Contributor
There was a problem hiding this comment.
need to bump ggml-speech version
…(address review) Reviewer requested the dependents' ggml-speech floor track the just-merged ggml-speech 2026-06-04 (PR #182). Constraint-only change: no build impact (the registry baseline already resolves consumers to 2026-06-04). Port version numbers unchanged (whisper-cpp 1.8.5#2, parakeet-cpp 2026-06-04#0).
gianni-cor
approved these changes
Jun 5, 2026
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.
Bumps the
whisper-cppandparakeet-cppports totetherto/qvac-ext-lib-whisper.cpp@masterHEADa34cb6da. Both ports source the same repo (whisper at the repo root, parakeet from theparakeet-cpp/subfolder), so both move to the same REF and share one source archive (SHA512b0e80b06…).Ports
1.8.5#1 → 1.8.5#2— the only whisper-root change since the previous pin (738d2e9e, the v1.8.5 sync, PR Updated llama-cpp to b6435.0.0 #33) is PR QVAC-5810: Update espeak-ng to 1.52.0#2 #34's KV-cache CPU-buffer fallback: when a single K/V tensor exceeds the backend's max single-tensor size, the cache is allocated from the CPU buffer-type so the K/V ops run on CPU while the rest of the model stays on GPU (Adreno-740 whisper-cli fix). whisper's project version is still1.8.5, so onlyport-versionincrements. All other master commits since that pin touch theparakeet-cpp/,tts-cpp/, or vendoredggml/trees, which this port does not build (WHISPER_USE_SYSTEM_GGML=ON).2026-05-26#2 → 2026-06-04#0— picks up PR QVAC-6293: Updated llama-cpp and qvac-lib-inference-addon-cpp ports #38:parse_adreno_version()rewritten to astd::regexover the lowercased OpenCL device description (ignores the "OpenCL 3.0" API-version noise in the combined description, maps the Snapdragon-X "X" naming to the 800 tier) for robust Adreno-generation detection + backend-select diagnostics.Scope
tts-cpp(also sourced from this repo) is intentionally left atc1fd35d8and handled separately.Dependency floor
ggml-speech version>= 2026-06-02is unchanged on both ports. Verified neither new source needs the ggml-speech2026-06-04Adreno-OpenCL surface (both deltas call only long-standing core ggml APIs / stdlib), and the registry baseline already resolves consumers to2026-06-04.Verification
b0e80b06…stable across integrity-checked downloads (valid gzip, size21108952). CI is the final arbiter.0001-move-gnuinstalldirs-before-add-subdirectory-src.patchis unaffected: its only target (top-levelCMakeLists.txt) is byte-identical at the old pin and at master.vcpkg x-add-versionre-run is a clean no-op for both ports → version DB consistent with the committed port trees.