From 05d638339326a1959b6a7a2aaf266e5d387a4098 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 9 May 2026 10:30:11 +0200 Subject: [PATCH] Change vibevoice.cpp repository reference Updated repository reference for vibevoice.cpp in bump_deps.yaml. Signed-off-by: Ettore Di Giacinto --- .github/workflows/bump_deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_deps.yaml b/.github/workflows/bump_deps.yaml index 3be3a22dd..4028177bb 100644 --- a/.github/workflows/bump_deps.yaml +++ b/.github/workflows/bump_deps.yaml @@ -50,7 +50,7 @@ jobs: variable: "QWEN3TTS_CPP_VERSION" branch: "main" file: "backend/go/qwen3-tts-cpp/Makefile" - - repository: "mudler/vibevoice.cpp" + - repository: "localai-org/vibevoice.cpp" variable: "VIBEVOICE_CPP_VERSION" branch: "master" file: "backend/go/vibevoice-cpp/Makefile"