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