You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In functions wrapped by @sglang.function, sglang.gen() without max_token= parameter will generate less than 16 tokens by default, which is defined in SglFunction.run():
In functions wrapped by
@sglang.function
,sglang.gen()
withoutmax_token=
parameter will generate less than 16 tokens by default, which is defined inSglFunction.run()
:16 is too short for most situations and may produce unexpected results, such as incomplete JSON generations.
May be related: #211 #360
The text was updated successfully, but these errors were encountered: