chore[notask]: bump tts-ggml to 0.7.2 - #3913
Merged
Merged
Conversation
Retitles the Unreleased section (CosyVoice3 zero-shot / cross-lingual voice cloning, #3872) to 0.7.2 and records the registry-client hyperdb@6 alignment (#3898) under Fixed. Publishing from this commit unblocks the SDK CosyVoice3/Audio8 PRs (#3857 / #3858), whose sdk-pod-checks fail on the duplicate-hyperdb install produced by 0.7.0/0.7.1.
Contributor
Review StatusCurrent Status: ❌ PENDING Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member. |
Contributor
License compliance — cleanNo new dependency license findings in this PR. Warn-only (shadow) mode — this check does not block merges yet. Updated automatically by the canonical license compliance workflow. NOTICE presence (advisory)Missing NOTICE (advisory, does not block):
|
gianni-cor
approved these changes
Aug 18, 2026
iancris
approved these changes
Aug 18, 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.
🎯 What problem does this PR solve?
@qvac/tts-ggml0.7.0/0.7.1 ship@qvac/registry-client@^0.4.0as a runtime dependency, whose transitivehyperdb@4.xbreaks the SDK pod check's single-copy invariant in consumer installs (hyperdb resolved to 2 copies). The fix (fix[notask]: align tts-ggml registry-client with the hyperdb@6 line #3898, bump to^0.6.1) is merged onmainbut unreleased, so the SDK CosyVoice3/Audio8 PRs (QVAC-22651 feat[api|bc|mod]: add CosyVoice3 TTS support to the SDK #3857 / QVAC-23414 feat[api]: add Audio8 TTS support to the SDK #3858) stay red.📝 How does it solve it?
packages/tts-ggmlto 0.7.2 (package.json+ CHANGELOG), following the release-from-main flow used for 0.7.0 (Bump tts-ggml to 0.7.0 and audiogen-ggml to 0.2.1 #3877) and 0.7.1 (QVAC-23286 chore[mod]: release asr-ggml 0.3.1, audiogen-ggml 0.2.2, bci-whispercpp 0.7.1, tts-ggml 0.7.1 #3901).[Unreleased]section — CosyVoice3 zero-shot / cross-lingual voice cloning (QVAC-23544 feat[api]: CosyVoice3 zero-shot / cross-lingual voice cloning #3872) — to 0.7.2, and records the fix[notask]: align tts-ggml registry-client with the hyperdb@6 line #3898 registry-client fix under Fixed.🧪 How was it tested?
node --test scripts/__tests__/package-contract.test.js— 4/4 pass.^0.7.0range resolves it automatically; re-runningsdk-pod-checkson QVAC-22651 feat[api|bc|mod]: add CosyVoice3 TTS support to the SDK #3857 / QVAC-23414 feat[api]: add Audio8 TTS support to the SDK #3858 is the end-to-end proof.