From e887a1ccf3b8661efc80b3bfdbc5dcdcc2851f12 Mon Sep 17 00:00:00 2001 From: "mudler's LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:32:46 +0200 Subject: [PATCH] chore: :arrow_up: Update ServeurpersoCom/qwentts.cpp to `ba4c7f7838ecb24a75b0ac94e14fdbebb6bb138c` (#11006) :arrow_up: Update ServeurpersoCom/qwentts.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- backend/go/qwen3-tts-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/qwen3-tts-cpp/Makefile b/backend/go/qwen3-tts-cpp/Makefile index f870e52e6..3082ebb56 100644 --- a/backend/go/qwen3-tts-cpp/Makefile +++ b/backend/go/qwen3-tts-cpp/Makefile @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1) # qwentts.cpp version QWEN3TTS_REPO?=https://github.com/ServeurpersoCom/qwentts.cpp -QWEN3TTS_CPP_VERSION?=e93292bee1778854ab7dcb2d325ffe531fef910f +QWEN3TTS_CPP_VERSION?=ba4c7f7838ecb24a75b0ac94e14fdbebb6bb138c SO_TARGET?=libgoqwen3ttscpp.so CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF