Update README.md
Browse files
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)
|