Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/go/qwen3-tts-cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1)

# qwentts.cpp version
QWEN3TTS_REPO?=https://github.com/ServeurpersoCom/qwentts.cpp
QWEN3TTS_CPP_VERSION?=e93b3fedd53504c29c1c1a9bed4fbe722bbb1df5
QWEN3TTS_CPP_VERSION?=bb250f57e48d7dbaff8f66b8125c42a14ddabbe7
SO_TARGET?=libgoqwen3ttscpp.so

CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF
Expand Down
Loading