Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bmosaicml committed Sep 29, 2023
1 parent e896c09 commit a16aea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eval/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def main(cfg: DictConfig):

print(
eval_gauntlet_df.sort_values(
next(eval_gauntlet_callback.averages.keys()), ascending=False).to_markdown(index=False))
list(eval_gauntlet_callback.averages.keys())[0], ascending=False).to_markdown(index=False))
print(f'Printing complete results for all models')
assert models_df is not None
print(models_df.to_markdown(index=False))
Expand Down

0 comments on commit a16aea1

Please sign in to comment.