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
The error happens when importing the class InferenceProvidersModelConfig. The generation_parameters attribute should be a pydanticField() since the class is a pydantic model and not the field from dataclasses.
Describe the bug
Facing this issue: pydantic/pydantic#2192 when running lighteval in databricks
To Reproduce
Running any of the examples of lighteval in a databricks cluster will result in the above issue.
Expected behavior
Evaluation should execute.
The text was updated successfully, but these errors were encountered: