Skip to content

Commit

Permalink
Modify the correct automatic download path, otherwise an error 404 wi…
Browse files Browse the repository at this point in the history
…ll be reported (#837)
  • Loading branch information
Yin-Shang authored Jan 18, 2025
1 parent 3d2f842 commit 9ff5c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9ff5c11

Please sign in to comment.