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 cf6f041 commit 25ebc03Copy full SHA for 25ebc03
tools/AutoTuner/requirements.txt
@@ -1,4 +1,4 @@
1
-ray[default,tune]==2.9.3
+ray[default,tune]==2.43.0
2
ax-platform>=0.3.3,<=0.3.7
3
hyperopt==0.2.7
4
optuna==3.6.0
tools/AutoTuner/src/autotuner/distributed.py
@@ -666,7 +666,7 @@ def main():
666
mode="min",
667
num_samples=args.samples,
668
fail_fast=False,
669
- local_dir=LOCAL_DIR,
+ storage_path=LOCAL_DIR,
670
resume=args.resume,
671
stop={"training_iteration": args.iterations},
672
resources_per_trial={"cpu": os.cpu_count() / args.jobs},
0 commit comments