Update Chronos setup (#3328)

* update Chronos setup

* meet comments

* remove redundant dependencies for ray in orca[automl]
This commit is contained in:
Yu Shan 2021-10-29 10:22:16 +08:00 committed by GitHub
parent 0334eda6fe
commit d92e68dd78

View file

@ -16,7 +16,7 @@ You can install the latest release version of BigDL Orca as follows:
pip install --pre --upgrade bigdl-orca[automl]
```
_Note that with extra key of [automl], `pip` will automatically install the additional dependencies for distributed hyper-parameter tuning,
including `ray[tune]==1.2.0`, `psutil`, `aiohttp==3.7.0`, `aioredis==1.1.0`, `setproctitle`, `hiredis==1.1.0`, `async-timeout==3.0.1`, `scikit-learn`, `tensorboard`, `xgboost`._
including `ray[tune]==1.2.0`, `scikit-learn`, `tensorboard`, `xgboost`._
To use [Pytorch Estimator](#pytorch-autoestimator), you need to install Pytorch with `pip install torch==1.8.1`.