ColPali
Safetensors
English
idefics3
colsmolvlm
vidore-experimental
vidore
manu commited on
Commit
a8cfbff
·
verified ·
1 Parent(s): 2e2d68d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ from PIL import Image
58
  from colpali_engine.models import ColIdefics3, ColIdefics3Processor
59
 
60
  model = ColIdefics3.from_pretrained(
61
- "vidore/colsmolvlm-alpha",
62
  torch_dtype=torch.bfloat16,
63
  device_map="cuda:0",
64
  attn_implementation="flash_attention_2" # or eager
 
58
  from colpali_engine.models import ColIdefics3, ColIdefics3Processor
59
 
60
  model = ColIdefics3.from_pretrained(
61
+ "vidore/colSmol-500M-base",
62
  torch_dtype=torch.bfloat16,
63
  device_map="cuda:0",
64
  attn_implementation="flash_attention_2" # or eager