Model "thinks" away its context window or "thinks" into timeout.

#9
by laterbreh - opened

I have been unable to get the model to complete any agentic coding loops in an orchestrated harness. Using all the documented recipes for Vllm and sampler settings on both the FP8 and NVFP4 checkpoint 256k context window with 132k MAX OUTPUT. The model is unable to complete any agentic loop with out thinking through 132k max output cap and timing out in the harness. Qwen's 3.6 models and several other models 1/3 of the size were able to complete the tasks coherently and correctly. I've tested this behavior over your API and it was the same.

How did you even get the model to complete any tasks in your evals?

I've verified all settings for Vllm to be according to your documentation and verified my harness operates to preserve thinking and reasoning traces as expected like other models. This behavior I'm experiencing on our hardware is the same as what is coming through your API.

How do you get the model to actually complete an agentic task that is more than a single and simple directive? IE an actual useful workflow?

I run into the same thing even through the API 🤷

seeing this on other threads too! loos like all the flavors are having this issue.

Same here on a Spark. It lacks behind in almost every argentic task to Qwen 3.6 35B and that's sad

Sign up or log in to comment