Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshTrivedi committed Nov 29, 2024
1 parent 28cd2f0 commit 208af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_to_leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main():
if args.pr_branch:
run_command(f"{uv_prefix}appworld unpack {experiment_name}")
run_command(f"{uv_prefix}appworld evaluate {experiment_name} {dataset_name}")
run_command(f"{uv_prefix}appworld make {' '.join(experiment_names)} --save")
run_command(f"{uv_prefix}appworld make {' '.join(experiment_names)} --save")
added_leaderboard_data = read_json(leaderboard_file_path)[
len(original_leaderboard_data) :
]
Expand Down

0 comments on commit 208af42

Please sign in to comment.