Transformers How to use InternRobotics/InternVLA-M1 with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText
processor = AutoProcessor.from_pretrained("InternRobotics/InternVLA-M1")
model = AutoModelForImageTextToText.from_pretrained("InternRobotics/InternVLA-M1")