Minor upd

This commit is contained in:
litagin02
2024-02-03 01:07:38 +09:00
parent 6ae69408fd
commit 8efe0bf0c0
2 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ def download_slm_model():
local_path = Path("slm/wavlm-base-plus/")
file = "pytorch_model.bin"
if not Path(local_path).joinpath(file).exists():
logger.info(f"Downloading wavlm-base-plus model")
logger.info(f"Downloading wavlm-base-plus {file}")
hf_hub_download(
"microsoft/wavlm-base-plus",
file,