Skip to content

updated qvac-cli readme#19

Merged
Proletter merged 1 commit into
mainfrom
approval_worker_test
Jan 9, 2026
Merged

updated qvac-cli readme#19
Proletter merged 1 commit into
mainfrom
approval_worker_test

Conversation

@Proletter

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

github-actions Bot commented Jan 9, 2026

Copy link
Copy Markdown
Contributor

Requesting review from: @ignaciolarranaga [auto_pr_review_request]

@Proletter

Copy link
Copy Markdown
Collaborator Author

/review

@github-actions

github-actions Bot commented Jan 9, 2026

Copy link
Copy Markdown
Contributor

Tier-based Approval Status

**PR Tier:** TIER1

**Current Status:** ✅ APPROVED

**Requirements:**
- 1 Team Member approval ❌ (0/1)
- 1 Team Lead OR Management approval ✅ (2/1)

**Bypass rule:** Triggered (2+ Team Lead approvals (Tier 1 exception)). This PR is approved regardless of tier.

---
*This comment is automatically updated when reviews change.*

@Proletter

Copy link
Copy Markdown
Collaborator Author

/review

1 similar comment
@Proletter

Copy link
Copy Markdown
Collaborator Author

/review

@Proletter

Copy link
Copy Markdown
Collaborator Author

/review

@Proletter Proletter merged commit cc1e63a into main Jan 9, 2026
6 checks passed
@Proletter Proletter deleted the approval_worker_test branch January 21, 2026 12:02
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.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants