From d92e68dd78cc6f164e645f58eded451e6f3e89ce Mon Sep 17 00:00:00 2001 From: Yu Shan Date: Fri, 29 Oct 2021 10:22:16 +0800 Subject: [PATCH] Update Chronos setup (#3328) * update Chronos setup * meet comments * remove redundant dependencies for ray in orca[automl] --- docs/readthedocs/source/doc/Orca/Overview/distributed-tuning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/doc/Orca/Overview/distributed-tuning.md b/docs/readthedocs/source/doc/Orca/Overview/distributed-tuning.md index 173f61f0..af28ab30 100644 --- a/docs/readthedocs/source/doc/Orca/Overview/distributed-tuning.md +++ b/docs/readthedocs/source/doc/Orca/Overview/distributed-tuning.md @@ -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`.