allenai / open-instruct

Apache License 2.0
1.22k stars 166 forks source link

Fix NLTK punkt download #246

Closed hamishivi closed 1 month ago

hamishivi commented 1 month ago

NLTK recently updated and added breaking change with punkt (https://github.com/nltk/nltk/issues/3293) that means we no longer download the required package for IFEval. This fixes that.