Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
baberabb committed Sep 19, 2024
1 parent 8a78ea2 commit f691592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm_eval/tasks/ifeval/instructions_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def download_nltk_resources():
except LookupError:
if RANK == "0":
nltk.download("punkt_tab")
print("Downloaded punkt_tab")
print("Downloaded punkt_tab on rank 0")


download_nltk_resources()
Expand Down

0 comments on commit f691592

Please sign in to comment.