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