Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ model = ColIdefics3.from_pretrained(
|
|
63 |
device_map="cuda:0",
|
64 |
attn_implementation="flash_attention_2" # or eager
|
65 |
).eval()
|
66 |
-
processor = ColIdefics3Processor.from_pretrained("vidore/
|
67 |
|
68 |
# Your inputs
|
69 |
images = [
|
|
|
63 |
device_map="cuda:0",
|
64 |
attn_implementation="flash_attention_2" # or eager
|
65 |
).eval()
|
66 |
+
processor = ColIdefics3Processor.from_pretrained("vidore/colSmol-256M")
|
67 |
|
68 |
# Your inputs
|
69 |
images = [
|