updated qvac-cli readme#19
Merged
Merged
Conversation
Contributor
|
Requesting review from: @ignaciolarranaga [auto_pr_review_request] |
Collaborator
Author
|
/review |
Contributor
Tier-based Approval Status |
Annatar3
approved these changes
Jan 9, 2026
Collaborator
Author
|
/review |
1 similar comment
Collaborator
Author
|
/review |
tamer-hassan-tether
approved these changes
Jan 9, 2026
shikha-tether
approved these changes
Jan 9, 2026
Collaborator
Author
|
/review |
freddy311082
added a commit
that referenced
this pull request
Jun 1, 2026
Repoint the tts-ggml default-registry baseline at the fork commit ebbbd87, which pins tts-cpp to qvac-ext-lib-whisper.cpp@63fc0c93 (the PR #19 ogad-tether review fixes on top of the 23-language multilingual support). Temporary fork pin for CI validation of the multilingual sweep. Co-authored-by: Cursor <cursoragent@cursor.com>
freddy311082
added a commit
that referenced
this pull request
Jun 1, 2026
Repoint the tts-ggml default-registry baseline at fork commit a53cba4, which pins tts-cpp to qvac-ext-lib-whisper.cpp@2cd73c63 (the init-flag ordering nit from ogad-tether's re-review on PR #19). Temporary fork pin for CI validation of the multilingual sweep. Co-authored-by: Cursor <cursoragent@cursor.com>
freddy311082
added a commit
that referenced
this pull request
Jun 2, 2026
Repoint the tts-ggml default-registry baseline at fork commit e0b1cc3, which pins tts-cpp to qvac-ext-lib-whisper.cpp@c8b140c1 (the jpgaribotti review fixes on PR #19: MeCabTagger::convert decode-mutex against the shared-tagger data race, and memoize-on-success in mecab_tagger()/ cangjie_table() so a failed/late dict path is no longer sticky-null). Temporary fork pin for CI validation of the multilingual sweep. Co-authored-by: Cursor <cursoragent@cursor.com>
pratiknarola-t
added a commit
that referenced
this pull request
Jun 3, 2026
…t-ggml #19 + whisper #38 Pin ggml-speech + parakeet-cpp vcpkg ports to the two open fix-PR heads (qvac-ext-ggml#19 @89bbeeaa, qvac-ext-lib-whisper.cpp#38 @01a71ec6) via overlay ports so the Adreno OpenCL fix is exercised before merge. The overlay replaces the port for ALL triplets, so: Android builds OpenCL (the path under test); every other platform builds CPU-only (GGML_OPENCL feature-gated; manifest requests the core port off-Android) -- they can't request the registry's vulkan/metal features the OpenCL-only overlay omits. The Android useGPU=false guard is removed so OpenCL is actually used. Temporary: drop the overlays and restore version>= once the PRs merge. Registry baseline untouched.
1 task
pratiknarola-t
added a commit
that referenced
this pull request
Jun 3, 2026
… whisper #38 (Android OpenCL) Pin ggml-speech + parakeet-cpp vcpkg ports to the two open fix-PR heads (qvac-ext-ggml#19 @89bbeeaa, qvac-ext-lib-whisper.cpp#38 @01a71ec6) via overlay ports so the Adreno OpenCL fix is exercised before merge. The overlay mirrors the registry ports' per-platform backends so CI matches baseline -- Metal on Apple, Vulkan on desktop (linux/windows), OpenCL on Android -- with the single deviation that Android is OpenCL-only (drops the registry's Android Vulkan default), since the PRs target the Adreno OpenCL path. The desktop Vulkan build carries the registry's spirv-headers wiring, regenerated against PR #19's ggml-vulkan CMakeLists. The Android useGPU=false guard is removed so OpenCL is actually used. Temporary: drop the overlays and restore version>= once the PRs merge. Registry baseline untouched.
pratiknarola-t
added a commit
that referenced
this pull request
Jun 3, 2026
… whisper #38 (Android OpenCL) Pin ggml-speech + parakeet-cpp vcpkg ports to the two open fix-PR heads (qvac-ext-ggml#19 @89bbeeaa, qvac-ext-lib-whisper.cpp#38 @01a71ec6) via overlay ports so the Adreno OpenCL fix is exercised before merge. The overlay mirrors the registry ports' per-platform backends so CI matches baseline -- Metal on Apple, Vulkan on desktop (linux/windows), OpenCL on Android -- with the single deviation that Android is OpenCL-only (drops the registry's Android Vulkan default), since the PRs target the Adreno OpenCL path. The desktop Vulkan build carries the registry's spirv-headers wiring, regenerated against PR #19's ggml-vulkan CMakeLists. The Android useGPU=false guard is removed so OpenCL is actually used. Temporary: drop the overlays and restore version>= once the PRs merge. Registry baseline untouched.
pratiknarola-t
added a commit
that referenced
this pull request
Jun 4, 2026
…w-fix heads After addressing review on the source PRs (regex Adreno parse + backend-select log cleanup on whisper.cpp #38; combined-OpenCL description parse + tests on ggml #19), bump the overlay pins to the new heads: - parakeet-cpp: 01a71ec6 -> 1cc29a3b - ggml-speech: 89bbeeaa -> bff2347b SHA512 recomputed from the GitHub archive tarballs. spirv-headers patch unchanged (ggml-vulkan CMakeLists is identical between the two ggml heads).
freddy311082
added a commit
that referenced
this pull request
Jun 4, 2026
…-ggml Chatterbox (#2347) * feat: add multilingual support for MeCab and Cangjie dictionaries in Chatterbox * tts-ggml: bump vcpkg registry baseline to ebbbd87 Repoint the tts-ggml default-registry baseline at the fork commit ebbbd87, which pins tts-cpp to qvac-ext-lib-whisper.cpp@63fc0c93 (the PR #19 ogad-tether review fixes on top of the 23-language multilingual support). Temporary fork pin for CI validation of the multilingual sweep. Co-authored-by: Cursor <cursoragent@cursor.com> * tts-ggml: bump vcpkg registry baseline to a53cba4 Repoint the tts-ggml default-registry baseline at fork commit a53cba4, which pins tts-cpp to qvac-ext-lib-whisper.cpp@2cd73c63 (the init-flag ordering nit from ogad-tether's re-review on PR #19). Temporary fork pin for CI validation of the multilingual sweep. Co-authored-by: Cursor <cursoragent@cursor.com> * tts-ggml: bump vcpkg registry baseline to e0b1cc3 Repoint the tts-ggml default-registry baseline at fork commit e0b1cc3, which pins tts-cpp to qvac-ext-lib-whisper.cpp@c8b140c1 (the jpgaribotti review fixes on PR #19: MeCabTagger::convert decode-mutex against the shared-tagger data race, and memoize-on-success in mecab_tagger()/ cangjie_table() so a failed/late dict path is no longer sticky-null). Temporary fork pin for CI validation of the multilingual sweep. Co-authored-by: Cursor <cursoragent@cursor.com> * tts-ggml: update tts-cpp version and change vcpkg registry baseline * tts-ggml: refine mecabDictDir assignment in index.js --------- Co-authored-by: Cursor <cursoragent@cursor.com>
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.
No description provided.