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 11ba4c5 commit bf46986Copy full SHA for bf46986
tools/AutoTuner/src/autotuner/distributed.py
@@ -585,7 +585,7 @@ def save_best(results):
585
new_best_path += f"autotuner-best-{trial_id}.json"
586
with CloudPath(new_best_path).open("w") as new_best_file:
587
json.dump(best_config, new_best_file, indent=4)
588
- print(f"[INFO TUN-0004] Cloud: Best parameters written to {new_best_path}")
+ print(f"[INFO TUN-0011] Cloud: Best parameters written to {new_best_path}")
589
590
591
def sweep():
0 commit comments