mirror of https://github.com/coqui-ai/TTS.git
Print testing model
This commit is contained in:
parent
61874bc0a0
commit
254c110ec1
|
@ -18,6 +18,7 @@ def test_run_all_models():
|
||||||
manager = ModelManager(output_prefix=get_tests_output_path())
|
manager = ModelManager(output_prefix=get_tests_output_path())
|
||||||
model_names = manager.list_models()
|
model_names = manager.list_models()
|
||||||
for model_name in model_names:
|
for model_name in model_names:
|
||||||
|
print(f"\n > Run - {model_name}")
|
||||||
model_path, _, _ = manager.download_model(model_name)
|
model_path, _, _ = manager.download_model(model_name)
|
||||||
if "tts_models" in model_name:
|
if "tts_models" in model_name:
|
||||||
local_download_dir = os.path.dirname(model_path)
|
local_download_dir = os.path.dirname(model_path)
|
||||||
|
|
Loading…
Reference in New Issue