erygvy commited on
Commit
16be329
·
verified ·
1 Parent(s): 4f9f448

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md ADDED
@@ -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)