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
2. Please use English, otherwise it will be closed.
Motivation
I am testing the sglang with qwen2, but the output seems to be unstable even if I have set sampling params;
temp = 0,
top_k = 1
But I got inconsistent outputs, while naive HF implementation always gives me same output when set do_sample = False,
is there such feature in SGL? Is this due to some non-deterministic Cuda operations? Thanks
Related resources
No response
The text was updated successfully, but these errors were encountered:
Checklist
Motivation
I am testing the sglang with qwen2, but the output seems to be unstable even if I have set sampling params;
But I got inconsistent outputs, while naive HF implementation always gives me same output when set do_sample = False,
is there such feature in SGL? Is this due to some non-deterministic Cuda operations? Thanks
Related resources
No response
The text was updated successfully, but these errors were encountered: