Skip to content

Commit

Permalink
feat(manager): print download location when listing models
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Dec 15, 2024
1 parent cd52907 commit 9732a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TTS/utils/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def list_models(self):
for model_type in self.models_dict:
model_list = self._list_models(model_type, model_count)
models_name_list.extend(model_list)
logger.info("")
logger.info("Path to downloaded models: %s", self.output_prefix)
return models_name_list

def log_model_details(self, model_type, lang, dataset, model):
Expand Down

0 comments on commit 9732a8f

Please sign in to comment.