upload pretrained checkpoint of F1-VLA for initial release 7d2090f
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")