add:internvla-n1 e906d2b
ChaimZhu commited on
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", device_map="auto")