Skip to content

Release v2.10.1

Compare
Choose a tag to compare
@RodrigoLPA RodrigoLPA released this 05 Mar 21:09
· 64 commits to main since this release
5d33493

Announcing Release 2.10.1

Following feedback from the SN37 community, two bugs are squashed with this release.

Changes

  • Fixed regex for the MMLU parser
  • Removed deprecated argument in check_for_reasonable_output() function call.
  • Other small improvements.

Notes to validators

Please make sure to increase the number of open files limit before running the validator, then update the dependencies:

$ ulimit -n 64000
$ python -m pip install -e .