Open
Description
Describe the issue
UserWarning: do_sample
is set to False
. However, temperature
is set to 0.0
-- this flag is only used in sample-based generation modes. You should set do_sample=True
or unset temperature
. warnings.warn( /root/miniconda3/envs/lla/lib/python3.10/site-packages/transformers/generation/configuration_utils.py:397: UserWarning: do_sample
is set to False
. However, top_p
is set to None
-- this flag is only used in sample-based generation modes. You should set do_sample=True
or unset top_p
. warnings.warn( Floating point exception (core dumped)
Metadata
Metadata
Assignees
Labels
No labels