Skip to content

Commit 40cc549

Browse files
localai-botmudler
andauthored
fix(ci): track ServeurpersoCom/qwentts.cpp for QWEN3TTS_CPP_VERSION bumps (#10356)
The qwen3-tts backend migrated from predict-woo/qwen3-tts.cpp to ServeurpersoCom/qwentts.cpp (the Makefile QWEN3TTS_REPO already points there), but the bump_deps matrix still tracked the old repo. That made the nightly bumper open PRs (e.g. #10334) against the wrong upstream. Point the matrix entry at the new repo and its master branch. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 3d295ad commit 40cc549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump_deps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
variable: "LOCATEANYTHING_VERSION"
6767
branch: "master"
6868
file: "backend/go/locate-anything-cpp/Makefile"
69-
- repository: "predict-woo/qwen3-tts.cpp"
69+
- repository: "ServeurpersoCom/qwentts.cpp"
7070
variable: "QWEN3TTS_CPP_VERSION"
71-
branch: "main"
71+
branch: "master"
7272
file: "backend/go/qwen3-tts-cpp/Makefile"
7373
- repository: "ServeurpersoCom/omnivoice.cpp"
7474
variable: "OMNIVOICE_VERSION"

0 commit comments

Comments
 (0)