try to solve ttscpp oom regression

This commit is contained in:
Concedo
2025-09-24 17:45:28 +08:00
parent d3f9db8d33
commit c7a1eec4e4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -671,7 +671,7 @@ bool ttstype_load_model(const tts_load_model_inputs inputs)
// tts init
if (is_ttscpp_file) {
ttscpp_config = new generation_configuration("am_echo", 25, 1.0, 1.0, true, "", 2048, 1.0);
ttscpp_config = new generation_configuration("am_echo", 25, 1.0, 1.0, true, "", 1600, 1.0);
ttscpp_runner = runner_from_file(modelfile_ttc, inputs.threads, ttscpp_config, true);
if (ttscpp_runner == nullptr) {
printf("\nTTS Load Error: Failed to initialize TTSCPP!\n");