update paper link 7ff9ff7
Zeng-Jia commited on
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")