Any-to-Any
Transformers
Safetensors
multilingual
minicpmo
feature-extraction
minicpm-o
omni
vision
ocr
multi-image
video
custom_code
audio
speech
voice cloning
live Streaming
realtime speech conversation
asr
tts
Instructions to use openbmb/MiniCPM-o-2_6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/MiniCPM-o-2_6 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/MiniCPM-o-2_6", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Make model compatible with Transformers v4.49.0
#40
by hmellor HF Staff - opened
Updates deprecated class which was removed in v4.49.0
Thank you, we will process it ASAP.
I ran into the same error and was able to fix it by manually updating the import statements as described in this PR.
Tested with transformers==4.51.3and python 3.12.9 using the vision-only example and it's working successfully now.
tc-mb changed pull request status to merged