Safetensors
matveymih commited on
Commit
0ecf6ed
·
verified ·
1 Parent(s): 9da2e57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -73,8 +73,6 @@ hf_hub_download(repo_id="AIRI-Institute/OmniFusion", filename="special_embedding
73
  projection = torch.load("projection", map_location=DEVICE)
74
  special_embs = torch.load("special_embeddings.pt", map_location=DEVICE)
75
 
76
-
77
-
78
  clip = CLIPVisionTower("openai/clip-vit-large-patch14-336")
79
  clip.load_model()
80
  clip = clip.to(device=DEVICE, dtype=torch.bfloat16)
 
73
  projection = torch.load("projection", map_location=DEVICE)
74
  special_embs = torch.load("special_embeddings.pt", map_location=DEVICE)
75
 
 
 
76
  clip = CLIPVisionTower("openai/clip-vit-large-patch14-336")
77
  clip.load_model()
78
  clip = clip.to(device=DEVICE, dtype=torch.bfloat16)