diff --git a/common/arg.cpp b/common/arg.cpp index a35792a610556..96c7f3879c926 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -2215,6 +2215,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex params.hf_file = "OuteTTS-0.2-500M-Q8_0.gguf"; params.vocoder.hf_repo = "ggml-org/WavTokenizer"; params.vocoder.hf_file = "WavTokenizer-Large-75-F16.gguf"; + params.ctx_shift = false; // for better results } ).set_examples({LLAMA_EXAMPLE_TTS, LLAMA_EXAMPLE_SERVER})); diff --git a/examples/server/public_tts/index.html b/examples/server/public_tts/index.html index 10beafd5e64c3..3431cffa91f12 100644 --- a/examples/server/public_tts/index.html +++ b/examples/server/public_tts/index.html @@ -6,7 +6,7 @@
Status: ready