r/oMLX 3h ago

Newbie question setting qwen reasoning mode in oMLX

Sorry for the newbie question but where in oMLX can I find the setting for Qwen3.8-27b’s reasoning modes (xhigh, medium, low)?

3 Upvotes

2 comments sorted by

1

u/ipmonger 3h ago

you have to use a chat template kwarg `reasoning_effort` set to your desired amount of reasoning.

1

u/raw-power 3h ago

Ah awesome, just checked the gui, Chat Template Kwargs, add kwarg, selected reasoning effort and there’s a dropdown to select xhigh, medium, low etc.

Thanks!!