Merge branch 'main' of https://huggingface.co/InternRobotics/InternVLA-N1 into main 377366b
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")