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