From 795fdde95a6d6816f903dc5cedff080186adb8c4 Mon Sep 17 00:00:00 2001 From: Juggernaut <108272701+ashish-aesthisia@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:40:30 +0530 Subject: [PATCH] Update install.py --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 3bebc78..0ad501a 100644 --- a/install.py +++ b/install.py @@ -22,4 +22,4 @@ def ensure_package(): if __name__ == "__main__": ensure_package() - snapshot_download(repo_id=HF_REPO_ID, local_dir=WEIGHTS_PATH) \ No newline at end of file + snapshot_download(repo_id=HF_REPO_ID, local_dir=WEIGHTS_PATH, local_dir_use_symlinks=False)