You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(tts): wire OuteTTS + WavTokenizer test models; drop in-code attribution
Add the two-model OuteTTS TTS pipeline to CI so TtsIntegrationTest runs:
- publish.yml: TTS_MODEL_URL/NAME (OuteTTS-0.2-500M-Q4_K_M) + TTS_VOCODER_URL/NAME
(WavTokenizer-Large-75-F16) env vars; download steps + the matching
-Dnet.ladenthin.llama.tts.{ttc,vocoder}.model flags on the Linux x86_64
(jcstress) test job.
- validate-models.sh: both GGUFs added to OPTIONAL_MODELS (validated when present,
skipped where not downloaded).
Both URLs verified HTTP 200 (OuteTTS ~385 MB, WavTokenizer ~124 MB).
Per request, drop all in-code attribution from the TTS sources (tts_dsp.hpp,
tts_engine.cpp, tts_engine.h): remove the "The llama.cpp authors" SPDX line and
reword the "vendored/adapted from tts.cpp" comments to neutral descriptions.
Each file keeps its single Bernard Ladenthin SPDX header + MIT license (REUSE
stays compliant). Comment-only change: native lib builds, clang-format clean,
TTS DSP C++ tests pass.
0 commit comments