Replies: 1 comment 1 reply
|
Thanks for the detailed setup — this isn't a context-length problem, and you're not missing a required config field. The give-away is in the log lines: Two things are happening:
We're tracking the server-side fix for this in #2630 (the verification probe shouldn't be defeatable by a reasoning model). In the meantime, any of these will get you unblocked: Recommended — serve the model plain for Hindsight. Drop Quick unblock — skip the probe. Set One more thing to double-check: your posted config has If you drop the reasoning/tool-call parsers and still see an error, can you share a log line from an actual retain (scope won't say |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Background:
I deployed the qwen3.5-27B model on the ascend server based on the vllm-ascend Docker image, with a context length of 64K, as follows:
But the current error is as follows:
My configuration:
Is it related to the context length of the model? Or is there any key configuration item missing in hindsight?
All reactions