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
This error originates from this code section: utils.py#L55
ifconfigisnotNone:
returnconfig.torch_dtype
Proposed Solution
To improve robustness, check if config.torch_dtype exists before accessing it / Update the documentation to ensure dtype must be passed to avoid this error.
The text was updated successfully, but these errors were encountered:
When using
vllm
without specifying adtype
, I encountered the following error:I was running open-r1 MATH500 test:
This error originates from this code section:
utils.py#L55
Proposed Solution
To improve robustness, check if
config.torch_dtype
exists before accessing it / Update the documentation to ensuredtype
must be passed to avoid this error.The text was updated successfully, but these errors were encountered: