From 84a67d289cffca90eb7c457f8ad96b0ae3ec777f Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 23 Sep 2025 22:42:43 +0800 Subject: [PATCH] tts show model filename --- otherarch/tts_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/tts_adapter.cpp b/otherarch/tts_adapter.cpp index 0068953ef..fc9e1d695 100644 --- a/otherarch/tts_adapter.cpp +++ b/otherarch/tts_adapter.cpp @@ -651,7 +651,7 @@ bool ttstype_load_model(const tts_load_model_inputs inputs) is_ttscpp_file = false; if (detectedarch!="" && SUPPORTED_ARCHITECTURES.find(detectedarch) != SUPPORTED_ARCHITECTURES.end()) { is_ttscpp_file = true; - printf("\nLoading TTS.CPP Model Arch: %s \n", detectedarch.c_str()); + printf("\nLoading TTS.CPP Model: %s, Arch: %s \n",modelfile_ttc.c_str(), detectedarch.c_str()); if(detectedarch=="kokoro") { //setup kokoro IPA