Skip to content

Commit 84a67d2

Browse files
committed
tts show model filename
1 parent 174d00b commit 84a67d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otherarch/tts_adapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ bool ttstype_load_model(const tts_load_model_inputs inputs)
651651
is_ttscpp_file = false;
652652
if (detectedarch!="" && SUPPORTED_ARCHITECTURES.find(detectedarch) != SUPPORTED_ARCHITECTURES.end()) {
653653
is_ttscpp_file = true;
654-
printf("\nLoading TTS.CPP Model Arch: %s \n", detectedarch.c_str());
654+
printf("\nLoading TTS.CPP Model: %s, Arch: %s \n",modelfile_ttc.c_str(), detectedarch.c_str());
655655
if(detectedarch=="kokoro")
656656
{
657657
//setup kokoro IPA

0 commit comments

Comments
 (0)