How to use TinyPixel/pth-o1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TinyPixel/pth-o1", dtype="auto")