Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
erygvy
/
MiniCPM-o-2_6
like
0
Model card
Files
Files and versions
xet
Community
erygvy
commited on
Jan 19, 2025
Commit
16be329
·
verified
·
1 Parent(s):
4f9f448
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+3
-0
README.md
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
# Load model directly
2
+
from transformers import AutoModel
3
+
model = AutoModel.from_pretrained("openbmb/MiniCPM-o-2_6", trust_remote_code=True)