How to use thuml/sundial-base-128m with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("thuml/sundial-base-128m", trust_remote_code=True, dtype="auto")