ray/python
EscapeReality846089495 33b271aa97
[tune] Fixed save_to_dir w/ os.replace (#14510)
The method save_to_dir of the class Searcher in ray.tune.suggest.suggestion.py uses the os.rename method to replace tmp_search_ckpt to current ckpt. os.rename method will raise the [WinError 183] or file exists error of other operating system. os.replace is the currect way.
2021-03-06 01:14:56 -08:00
..
ray [tune] Fixed save_to_dir w/ os.replace (#14510) 2021-03-06 01:14:56 -08:00
requirements Pin autogluon.core for builds (#14448) 2021-03-02 15:55:03 -08:00
asv.conf.json [docs] Move all /latest links to /master (#11897) 2020-11-10 10:53:28 -08:00
build-wheel-macos.sh [Dashboard] Optimize dashboard datacenter (#11391) 2020-10-27 23:49:31 -07:00
build-wheel-manylinux2014.sh fix linux wheel build (#9896) 2020-11-17 15:49:42 +08:00
build-wheel-windows.sh Add shellcheck support (#8574) 2020-07-30 18:39:28 -05:00
MANIFEST.in [autoscaler] Replace cluster yaml validation with json schema v… (#7261) 2020-03-10 18:58:55 -07:00
README-building-wheels.md [build] Build wheels with manylinux2014 (#11621) 2020-11-03 19:36:32 -08:00
requirements.txt [Core] Fix the issue with duplicated args (#14329) 2021-02-26 12:42:58 -08:00
requirements_linters.txt [CI] Add mypy to ci (#11117) 2020-10-05 11:20:45 -07:00
requirements_ml_docker.txt [docker] Build Python3.6 & Python3.8 Docker Images (#13548) 2021-01-28 15:24:50 -08:00
requirements_rllib.txt [RLlib] Serve + RLlib example script. (#14416) 2021-03-03 14:33:03 +01:00
setup.py Bump protobuf to the latest version (#14365) 2021-02-25 20:59:18 -08:00