Skip to content

Commit 0205ba7

Browse files
committed
fix typo
Signed-off-by: Jack Luar <[email protected]>
1 parent d0ed2c9 commit 0205ba7

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
@@ -523,7 +523,7 @@ def parse_arguments():
523523
args.timeout_per_trial = round(
524524
args.cpu_budget / (args.jobs * args.resources_per_trial) * 3600
525525
)
526-
args.timeotu = set_timeout(args.timeout, args.timeout_per_trial)
526+
args.timeout = set_timeout(args.timeout, args.timeout_per_trial)
527527
if args.mode == "tune":
528528
template = calculate_expected_numbers(args.timeout, args.samples)
529529
else:

0 commit comments

Comments
 (0)