How to use OpenGVLab/InternVL_2_5_HiCo_R64 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/InternVL_2_5_HiCo_R64", trust_remote_code=True, dtype="auto")
· Sign up or log in to comment