Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ model = Qwen2VLForConditionalGeneration.from_pretrained(
|
|
46 |
|
47 |
# We recommend enabling flash_attention_2 for better acceleration and memory saving, especially in multi-image and video scenarios.
|
48 |
# model = Qwen2VLForConditionalGeneration.from_pretrained(
|
49 |
-
# "
|
50 |
# torch_dtype=torch.bfloat16,
|
51 |
# attn_implementation="flash_attention_2",
|
52 |
# device_map="auto",
|
|
|
46 |
|
47 |
# We recommend enabling flash_attention_2 for better acceleration and memory saving, especially in multi-image and video scenarios.
|
48 |
# model = Qwen2VLForConditionalGeneration.from_pretrained(
|
49 |
+
# "prithivMLmods/Qwen2-VL-OCR-2B-Instruct",
|
50 |
# torch_dtype=torch.bfloat16,
|
51 |
# attn_implementation="flash_attention_2",
|
52 |
# device_map="auto",
|