Skip to content

Commit 25ebc03

Browse files
committed
bump ray version
Signed-off-by: Jack Luar <[email protected]>
1 parent cf6f041 commit 25ebc03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/AutoTuner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ray[default,tune]==2.9.3
1+
ray[default,tune]==2.43.0
22
ax-platform>=0.3.3,<=0.3.7
33
hyperopt==0.2.7
44
optuna==3.6.0

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def main():
666666
mode="min",
667667
num_samples=args.samples,
668668
fail_fast=False,
669-
local_dir=LOCAL_DIR,
669+
storage_path=LOCAL_DIR,
670670
resume=args.resume,
671671
stop={"training_iteration": args.iterations},
672672
resources_per_trial={"cpu": os.cpu_count() / args.jobs},

0 commit comments

Comments
 (0)