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
When I use the same input, the model output is always exactly the same, even if I set the temperature parameter. Until I set de_sample=True, but the official examples have no hints or instructions about this.
The text was updated successfully, but these errors were encountered:
QygjW
changed the title
Do I have to set do_sample=True to output the same model? The official examples do not have this setting.
Do I have to set do_sample=True to generate different outputs with the same model? The official examples do not have this setting.
Jan 24, 2025
File "/xxx/llamav32/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1931, in getattr
raise AttributeError(
AttributeError: 'Qwen2Attention' object has no attribute 'temp_KV'. Did you mean: 'temp_O'?
When I use the same input, the model output is always exactly the same, even if I set the temperature parameter. Until I set de_sample=True, but the official examples have no hints or instructions about this.
The text was updated successfully, but these errors were encountered: