Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia authored Jul 31, 2024
1 parent a966fa2 commit 795fdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def ensure_package():

if __name__ == "__main__":
ensure_package()
snapshot_download(repo_id=HF_REPO_ID, local_dir=WEIGHTS_PATH)
snapshot_download(repo_id=HF_REPO_ID, local_dir=WEIGHTS_PATH, local_dir_use_symlinks=False)

0 comments on commit 795fdde

Please sign in to comment.