mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 00:41:50 +00:00
tts show model filename
This commit is contained in:
parent
174d00bb74
commit
84a67d289c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue