How to use IPEC-COMMUNITY/spatialvla-4b-224-sft-bridge with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("IPEC-COMMUNITY/spatialvla-4b-224-sft-bridge", trust_remote_code=True, dtype="auto")