transcription-whispercpp + transcription-parakeet: bump to registry whisper-cpp 1.8.5#2 / parakeet-cpp 2026-06-04#0#2461
Merged
jpgaribotti merged 3 commits intoJun 8, 2026
Conversation
Contributor
Mobile integration tests — @qvac/bci-whispercpp (Android)Result: passed
|
Contributor
Mobile integration tests — @qvac/bci-whispercpp (iOS)Result: passed
|
ishanvohra2
approved these changes
Jun 8, 2026
Contributor
Tier-based Approval Status |
jpgaribotti
approved these changes
Jun 8, 2026
Contributor
|
/review |
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.
Summary
Dependencies-only bump of the whisper and parakeet transcription addons onto the C++ ports just
merged into
qvac-registry-vcpkg(PR #183,registry
main=75bc60c4). This lets CI validate the newly-shipped registry ports end-to-end.transcription-whispercppwhisper-cpp1.8.5#1 → 1.8.5#2overrides.port-versiontranscription-parakeetparakeet-cpp2026-05-26#2 → 2026-06-04#0version>=ggml-speech 2026-06-04is pulled transitively by both ports (it is the registry baseline default), soneither addon needs a direct
ggml-speechedit.What the new ports carry
K/V tensor exceeds the backend's max single-tensor size (Adreno-740
whisper-clifix). whisper versionunchanged (
1.8.5); onlyport-versionincrements.std::regexparse_adreno_version()for robust Adreno-generation detection + backend-select diagnostics.
No baseline change (intentional)
Only the version pins move; the
default-registry.baselinein each addon'svcpkg-configuration.jsonisuntouched.
version>=/overridesresolve forward of the pinned baseline — the same waymainalreadyconsumes
parakeet-cpp 2026-05-26#2andwhisper-cpp 1.8.5#1, neither of which exists at its addon'spinned baseline commit.
Verification
Local
vcpkg install --dry-runresolves clean for both addons onarm64-osx(metal) andx64-linux(vulkan), pulling the exact registry git-trees:
whisper-cpp[core,metal|vulkan]@1.8.5#2 → 6111cf47…parakeet-cpp[core,metal|vulkan]@2026-06-04#0 → 90f6d24c…ggml-speech[core,metal|vulkan]@2026-06-04CI (
on-pr-transcription-whispercpp+on-pr-transcription-parakeet, triggered by thepackages/<addon>/**path filters) is the final arbiter.
Out of scope
tts-ggmladdon and thetts-cppregistry port (handled separately); no source/code changes.