Skip to content

Commit

Permalink
Fix bug for nodocker streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
hhy3 authored and harsha-simhadri committed Sep 26, 2023
1 parent f43a606 commit 3155952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def run_no_docker(definition, dataset, count, runs, timeout, rebuild,

cmd += ["--neurips23track", neurips23track]
if neurips23track == 'streaming':
cmd += ["runbook_path", runbook_path]
cmd += ["--runbook_path", runbook_path]

cmd.append(json.dumps(definition.arguments))
cmd += [json.dumps(qag) for qag in definition.query_argument_groups]
Expand Down

0 comments on commit 3155952

Please sign in to comment.