We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed2c9 commit 0205ba7Copy full SHA for 0205ba7
tools/AutoTuner/src/autotuner/distributed.py
@@ -523,7 +523,7 @@ def parse_arguments():
523
args.timeout_per_trial = round(
524
args.cpu_budget / (args.jobs * args.resources_per_trial) * 3600
525
)
526
- args.timeotu = set_timeout(args.timeout, args.timeout_per_trial)
+ args.timeout = set_timeout(args.timeout, args.timeout_per_trial)
527
if args.mode == "tune":
528
template = calculate_expected_numbers(args.timeout, args.samples)
529
else:
0 commit comments