Rename folder iion -> iign f788d0e
DuangZhu commited on
How to use InternRobotics/VL-LN-Bench-basemodel with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("InternRobotics/VL-LN-Bench-basemodel")
model = AutoModelForMultimodalLM.from_pretrained("InternRobotics/VL-LN-Bench-basemodel", device_map="auto")