Print testing model

This commit is contained in:
Eren Gölge 2022-01-01 13:57:01 +00:00
parent 61874bc0a0
commit 254c110ec1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ def test_run_all_models():
manager = ModelManager(output_prefix=get_tests_output_path())
model_names = manager.list_models()
for model_name in model_names:
print(f"\n > Run - {model_name}")
model_path, _, _ = manager.download_model(model_name)
if "tts_models" in model_name:
local_download_dir = os.path.dirname(model_path)