Skip to content

Commit c6d4e8a

Browse files
committed
use TUN-0011 for cloud write
Signed-off-by: Jack Luar <[email protected]>
1 parent 0ed35c1 commit c6d4e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def save_best(results):
620620
new_best_path += f"autotuner-best-{trial_id}.json"
621621
with CloudPath(new_best_path).open("w") as new_best_file:
622622
json.dump(best_config, new_best_file, indent=4)
623-
print(f"[INFO TUN-0004] Cloud: Best parameters written to {new_best_path}")
623+
print(f"[INFO TUN-0011] Cloud: Best parameters written to {new_best_path}")
624624

625625

626626
def sweep():

0 commit comments

Comments
 (0)