]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tts : add guide tokens support (#11186)
authorLostRuins Concedo <redacted>
Sat, 18 Jan 2025 10:20:57 +0000 (18:20 +0800)
committerGitHub <redacted>
Sat, 18 Jan 2025 10:20:57 +0000 (12:20 +0200)
commit6390a998bfc63241fde8509022b0768a71bf20bb
tree7fb30acda461abbaf40c10e95728c6a59a11082a
parent44e18ef93995f3040660750b527e5becf85899d0
tts : add guide tokens support (#11186)

* Added the ability to use guide tokens for OuteTTS, greatly improving TTS recitation accuracy over long input sequences.

* applied linting suggestions, updated to latest llama_vocab changes, added a safety check, added newline to guide token start
common/arg.cpp
common/common.h
examples/tts/tts.cpp