Disable thinking

#22
by idilyuksel - opened

Can I disable thinking while loading tokenizer like this:
tokenizer = AutoTokenizer.from_pretrained(
model_path,
enable_thinking=False
)
Thanks!

Sign up or log in to comment