How to use TeleEmbodied/PRTS-4B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TeleEmbodied/PRTS-4B", trust_remote_code=True, dtype="auto")