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 0ed35c1 commit c6d4e8aCopy full SHA for c6d4e8a
tools/AutoTuner/src/autotuner/distributed.py
@@ -620,7 +620,7 @@ def save_best(results):
620
new_best_path += f"autotuner-best-{trial_id}.json"
621
with CloudPath(new_best_path).open("w") as new_best_file:
622
json.dump(best_config, new_best_file, indent=4)
623
- 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}")
624
625
626
def sweep():
0 commit comments