Update README.md (#4)
Browse files- Update README.md (c4f3dcc6d6c62442dfc8882e2252ce60fe550de8)
Co-authored-by: David <Mezigore@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -68,7 +68,7 @@ model = ColQwen2_5.from_pretrained(
|
|
| 68 |
device_map="cuda:0", # or "mps" if on Apple Silicon
|
| 69 |
attn_implementation="flash_attention_2" if is_flash_attn_2_available() else None,
|
| 70 |
).eval()
|
| 71 |
-
processor = ColQwen2_5_Processor.from_pretrained("vidore/colqwen2.5-v0.
|
| 72 |
|
| 73 |
# Your inputs
|
| 74 |
images = [
|
|
|
|
| 68 |
device_map="cuda:0", # or "mps" if on Apple Silicon
|
| 69 |
attn_implementation="flash_attention_2" if is_flash_attn_2_available() else None,
|
| 70 |
).eval()
|
| 71 |
+
processor = ColQwen2_5_Processor.from_pretrained("vidore/colqwen2.5-v0.2")
|
| 72 |
|
| 73 |
# Your inputs
|
| 74 |
images = [
|