How Do I Stop Thinking In LM Studio?

#5
by ialhabbal - opened

The model Q4-K-M keeps looping in thinking in LM Studio, and is unusable. How do I stop the thinking, I used all the recommended settings for no thinking but not working, also the first line in ninja sets thinking to off. but that still doesn't do anything.

This comment has been hidden

add this row in Jinja,
{%- set enable_thinking = false %}

In my tests, for lower-quantized models in LM Studio, I recommend setting “presence_penalty” to between 0.9 and 1.1, and not exceeding 1.2. Anything above that will cause repetitive looping, which is likely caused by quantization.

add this row in Jinja,
{%- set enable_thinking = false %}

What ninja ? Where?
It doesnt work.

generally i find qwen3.5/3.6 gets less stuck in thinking loops with lower tempt (0.4 for example). But it feels generally a issue with these qwen models.

Sign up or log in to comment