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
evaluate_sync on the Dataset class (for evals) is a
synchronous wrapper around evaluate provided for convenience
but currently it cannot forward the retry_task and retry_evaluators arguments that are needed to supply retry configuration. It would be more convenient if it did that.
(I'm happy to make a PR for that if it's helpful btw; looks like a small change.)