Replies: 1 comment 4 replies
|
Yeah, I think this is probably coming from Unsloth's Deep Research output limit rather than GLM 5.3 itself. There was actually a fix for this recently because Deep Research was using fixed 8K/16K completion limits. That was changed to calculate the output budget based on the available context. So I'd try updating Unsloth/Studio first. The 1M context window doesn't mean the report can automatically generate 1M tokens either, since the research itself is already using part of that context. If you're already on the latest version and still getting the error, then it would be worth checking what context length you're actually launching GLM with. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey,
I launch a Deep Reseach with GLM 5.3, it works fined but it failed at the end "Local model report reached its output limit before completion". The modal has 1m context but I guess it is configured with only 8k output. How to increase this limit?
All reactions