pyproject: bump lm-eval to 0.4.9.1#43
Conversation
WalkthroughBumped project version from 0.4.0 to 0.4.1 and updated the Changes
Sequence Diagram(s)Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
sjmonson
left a comment
There was a problem hiding this comment.
Need to test all the task to make sure they are compatible with the new version.
|
Thanks, I'll let you merge this when you're sure everything works. |
Using
lm-eval==0.4.8causes our workflows with thevllmbackend (vllm~=0.11.0) to fail, possibly due to V0 deprecation (deprecatred arguments being passed to the engine).Switching to 0.4.9.1 solves the issue.
This PR also bumps package version from 0.4.0 to 0.4.1
Summary by CodeRabbit