File size: 166 Bytes
d2591d7
259dc6e
 
 
1
2
3
4
#!pip install transformers
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("stepfun-ai/GOT-OCR2_0", trust_remote_code=True)