We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa09563 + f1b6174 commit 17215e3Copy full SHA for 17215e3
1 file changed
download_model.py
@@ -28,7 +28,7 @@ def download_models(root_dir: str = "./"):
28
{
29
"repo_id": "laion/CLIP-ViT-bigG-14-laion2B-39B-b160k",
30
"relative_path": "models/clip/CLIP-ViT-bigG-14-laion2B-39B-b160k",
31
- "ignore_patterns": ["*.md", "*.txt", "*.bin", "open_clip_pytorch_model.safetensors", ".gitattributes",]
+ "ignore_patterns": ["*.md", "*.txt", "*.safetensors", "open_clip_pytorch_model.bin", ".gitattributes",]
32
}
33
]
34
0 commit comments