We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a90022 commit 50f502eCopy full SHA for 50f502e
tools/download.py
@@ -12,4 +12,4 @@
12
13
# download model folder from HuggingFace, excluding .bin files (assume the model contains safetensors)
14
ignore_patterns = ["*.bin", "*.pth", "*.pt", "*.gguf", "consolidated.safetensors"] if not args.all else []
15
-huggingface_hub.snapshot_download(repo_id=args.repo, local_dir=args.output, local_dir_use_symlinks=False, resume_download=True, ignore_patterns=ignore_patterns)
+huggingface_hub.snapshot_download(repo_id=args.repo, local_dir=args.output, ignore_patterns=ignore_patterns)
0 commit comments