Integrate with AutoModel
#5
by
Samoed
- opened
I've addded integration with AutoModel
, but when I'm trying to load processor with AutoProcessor
I get only GemmaTokenizerFast
instead of ColPaliProcessor
.
When I'm trying to load with
from colpali_engine.models import ColPaliProcessor
ColPaliProcessor.from_pretrained("vidore/colpali-v1.3-merged", trust_remote_code=True)
I recive TypeError: not a string
Samoed
changed pull request status to
open