How to use OpenGVLab/InternVL_2_5_HiCo_R16 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/InternVL_2_5_HiCo_R16", trust_remote_code=True, dtype="auto")