Просмотр исходного кода

Modify the correct automatic download path, otherwise an error 404 will be reported (#837)

Yin-Shang 1 год назад
Родитель
Сommit
9ff5c1159d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/download_models.py

+ 1 - 1
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",