Skip to content

Commit 3ed1bab

Browse files
committed
add tooltip, update readmes
Signed-off-by: Jack Luar <[email protected]>
1 parent 1645fd1 commit 3ed1bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ def parse_arguments():
530530
template = calculate_expected_numbers(overall_timeout, 1)
531531
print(template)
532532
if not args.yes:
533+
print("[INFO TUN-0022] Tip: use the flag --yes to skip the confirmation prompt.")
533534
ans = input("Are you sure you want to proceed? (y/n): ")
534535
if ans.lower() != "y":
535536
print("Exiting AutoTuner.")

0 commit comments

Comments
 (0)