Frameworks versions

#1
by BraveBear10261 - opened

Hello, openbmb team.
I want to know the frameworks versions to use this model.
Thanks.

OpenBMB org

We put modeling_minicpmv.py in this repo, just use AutoModel.from_pretrained() with trust_remote_code=True to load model:
model = AutoModel.from_pretrained('openbmb/MiniCPM-V/', trust_remote_code=True)
transformers==4.36.0 is fine.

OpenBMB org
edited Feb 7

README updated about requirements , python==3.10

Pillow==10.1.0
timm==0.9.10
torch==2.1.2
torchvision==0.16.2
transformers==4.36.0
sentencepiece==0.1.99
finalf0 changed discussion status to closed

Sign up or log in to comment