how to prevent the model from reasoning

#1
by lefromage - opened

I tried everything
help

StepFun org

maybe you can try this parameter --jinja --reasoning-budget 0

does not work , I tried all those :)
--reasoning-budget 0
--reasoning off
--chat-template-kwargs '{"enable_thinking": false}'
--jinja

I tried to pass different standard with the payload :
/nothink , , suggestions etc....
it refuses not to reason so far

StepFun org
edited May 30

@lefromage After verification, the model itself does not support a nothink mode. Adding it may lead to undefined behavior, so do not recommend disabling reasoning.

interesting. what is the rationale ?

StepFun org

The model was not trained with a nothink mode, so disabling reasoning effectively creates an unsupported inference configuration. It may work sometimes, but the resulting behavior is not guaranteed and can be inconsistent.

Thanks

does a "</think>" prefix work?

Sign up or log in to comment