Skip to content

Commit

Permalink
addeded method for run name
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Jun 22, 2024
1 parent da54167 commit 5c93586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eval/api_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def run_api_eval(args):

if run_name is None:
run_name = uuid4().hex
print("Run name not provided. Using a random run name:", run_name)

if args.upload_url is not None:
upload_results(
Expand Down

0 comments on commit 5c93586

Please sign in to comment.