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 e841bbc commit 0693b7cCopy full SHA for 0693b7c
tools/AutoTuner/src/autotuner/distributed.py
@@ -520,7 +520,7 @@ def parse_arguments():
520
args.timeout_per_trial = round(
521
args.cpu_budget / (args.jobs * args.resources_per_trial) * 3600
522
)
523
- args.timeotu = set_timeout(args.timeout, args.timeout_per_trial)
+ args.timeout = set_timeout(args.timeout, args.timeout_per_trial)
524
if args.mode == "tune":
525
template = calculate_expected_numbers(args.timeout, args.samples)
526
else:
0 commit comments