add files a5c4a6a
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")