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 1645fd1 commit 3ed1babCopy full SHA for 3ed1bab
tools/AutoTuner/src/autotuner/distributed.py
@@ -530,6 +530,7 @@ def parse_arguments():
530
template = calculate_expected_numbers(overall_timeout, 1)
531
print(template)
532
if not args.yes:
533
+ print("[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt.")
534
ans = input("Are you sure you want to proceed? (y/n): ")
535
if ans.lower() != "y":
536
print("Exiting AutoTuner.")
0 commit comments