Skip to content

Commit 0693b7c

Browse files
committed
fix typo
Signed-off-by: Jack Luar <[email protected]>
1 parent e841bbc commit 0693b7c

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

0 commit comments

Comments
 (0)