Update Chronos setup (#3328)
* update Chronos setup * meet comments * remove redundant dependencies for ray in orca[automl]
This commit is contained in:
parent
0334eda6fe
commit
d92e68dd78
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ You can install the latest release version of BigDL Orca as follows:
|
||||||
pip install --pre --upgrade bigdl-orca[automl]
|
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,
|
_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`.
|
To use [Pytorch Estimator](#pytorch-autoestimator), you need to install Pytorch with `pip install torch==1.8.1`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue