Skip to content

Commit

Permalink
Update litgpt/scripts/evaluate.py
Browse files Browse the repository at this point in the history
Co-authored-by: awaelchli <[email protected]>
  • Loading branch information
rasbt and awaelchli authored Mar 25, 2024
1 parent c47e764 commit 042d2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litgpt/scripts/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def convert_and_evaluate(
limit: Limit on number of examples per task.
seed: Random seed.
save_filepath: The file where the results will be saved.
Saves to `out_dir`/results.json by default.
Saves to `out_dir/results.json` by default.
"""

from lm_eval import evaluator
Expand Down

0 comments on commit 042d2a5

Please sign in to comment.