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