ColPali
Safetensors
English
paligemma
vidore-experimental

OSError: models/vidore/colpali-v1.3-merged does not appear to have a file named preprocessor_config.json

#1
by shahasim - opened

Hi

I've downloaded the model files and I am trying to load the model from local disk, however I am getting this error OSError: models/vidore/colpali-v1.3-merged does not appear to have a file named preprocessor_config.json. Could you help please?

Here is my code;

from byaldi import RAGMultiModalModel

RAG = RAGMultiModalModel.from_pretrained(
"models/vidore/colpali-v1.3-merged",
device="cpu",
)

Thanks,

ILLUIN Vidore org

Hey!

Thanks for the message. I've just merged a fix that should have fixed loading the model with colpali-engine.

For byaldi, you shouldn't have to load the merged version of ColPali. I'd recommend sticking to vidore/colpali-v1.3!

tonywu71 changed discussion status to closed

thank you for the fix and also the tip on using the non-merged version for byaldi :)

Sign up or log in to comment