add files 0f37d34
root commited on
How to use Kwaipilot/KwaiCoder-AutoThink-preview with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Kwaipilot/KwaiCoder-AutoThink-preview", dtype="auto")