mgoin commited on
Commit
0f08637
1 Parent(s): 81825c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ from deepsparse.clip import (
51
  from huggingface_hub import snapshot_download
52
 
53
  # Download the model from HF
54
- model_folder = snapshot_download(repo_id="mgoin/CLIP-ViT-B-32-256x256-DataComp-s34B-b86K-quant-ds")
55
 
56
  possible_classes = ["ice cream", "an elephant", "a dog", "a building", "a church"]
57
  images = ["basilica.jpg", "buddy.jpeg", "thailand.jpg"]
 
51
  from huggingface_hub import snapshot_download
52
 
53
  # Download the model from HF
54
+ model_folder = snapshot_download(repo_id="neuralmagic/CLIP-ViT-B-32-256x256-DataComp-s34B-b86K-quant-ds")
55
 
56
  possible_classes = ["ice cream", "an elephant", "a dog", "a building", "a church"]
57
  images = ["basilica.jpg", "buddy.jpeg", "thailand.jpg"]