Skip to content

Commit 5f57aa1

Browse files
committed
fix args.job syntax error
Signed-off-by: Jack Luar <[email protected]>
1 parent f6f315b commit 5f57aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def parse_arguments():
484484

485485
# Calculate jobs
486486
jobs = int(args.cpu_budget / args.resources_per_trial)
487-
args["jobs"] = jobs
487+
args.jobs = jobs
488488

489489
return args
490490

0 commit comments

Comments
 (0)