Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
|
48 |
|
49 |
processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B")
|
50 |
model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
|
51 |
-
'
|
52 |
attn_implementation="flash_attention_2",
|
53 |
torch_dtype=torch.bfloat16
|
54 |
).to(device).eval()
|
|
|
48 |
|
49 |
processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B")
|
50 |
model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
|
51 |
+
'Tevatron/OmniEmbed-v0.1',
|
52 |
attn_implementation="flash_attention_2",
|
53 |
torch_dtype=torch.bfloat16
|
54 |
).to(device).eval()
|