Skip to content

Commit

Permalink
Print testing model
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jan 1, 2022
1 parent 61874bc commit 254c110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/zoo_tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 254c110

Please sign in to comment.