Skip to content

Commit

Permalink
fix one issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhuach21 committed Jun 4, 2024
1 parent f537e06 commit 4d528f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/language-modeling/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def get_library_version(library_name):
if use_eval_legacy:
print("Using the legacy lm_eval(0.3.0)")
else:
print(f"Using the latest {res}")
print(f"Using the latest {lm_eval_version}")

model_name = args.model_name
if model_name[-1] == "/":
Expand Down

0 comments on commit 4d528f3

Please sign in to comment.