Release v2.10.1
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 .