update log

This commit is contained in:
Yunnglin
2024-12-12 15:51:40 +08:00
parent 40fac1055d
commit 5d6c063300

View File

@@ -432,7 +432,7 @@ class HubApi:
remote_branch=revision)
if tag is not None:
repo.tag_and_push(tag, tag)
logger.info(f'Successfully push folder {model_dir} to remote {model_id}.')
logger.info(f'Successfully push folder {model_dir} to remote repo [{model_id}].')
except Exception:
raise
finally: