Skip to content

Commit bf46986

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

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
@@ -585,7 +585,7 @@ def save_best(results):
585585
new_best_path += f"autotuner-best-{trial_id}.json"
586586
with CloudPath(new_best_path).open("w") as new_best_file:
587587
json.dump(best_config, new_best_file, indent=4)
588-
print(f"[INFO TUN-0004] Cloud: Best parameters written to {new_best_path}")
588+
print(f"[INFO TUN-0011] Cloud: Best parameters written to {new_best_path}")
589589

590590

591591
def sweep():

0 commit comments

Comments
 (0)