How to use InternRobotics/VLAC with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("InternRobotics/VLAC", trust_remote_code=True, dtype="auto")
a6897ca
1
2
3
4
5
6
7
8
9
{ "_from_model_config": true, "eos_token_id": [ 92542, 92543 ], "transformers_version": "4.46.2" }