From 9ff5c1159d250fc57a999106ed795379254689d5 Mon Sep 17 00:00:00 2001 From: Yin-Shang <55680593+Yin-Shang@users.noreply.github.com> Date: Sat, 18 Jan 2025 18:22:04 +0800 Subject: [PATCH] Modify the correct automatic download path, otherwise an error 404 will be reported (#837) --- tools/download_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/download_models.py b/tools/download_models.py index e14a0991..335d73db 100644 --- a/tools/download_models.py +++ b/tools/download_models.py @@ -25,7 +25,7 @@ def check_and_download_files(repo_id, file_list, local_dir): repo_id_1 = "fishaudio/fish-speech-1.5" local_dir_1 = "./checkpoints/fish-speech-1.5" files_1 = [ - "gitattributes", + ".gitattributes", "model.pth", "README.md", "special_tokens.json",