Update PyTorch Estimator doc (#6727)

* update doc

* update code doc

* minor

* minor

* fix typo
This commit is contained in:
Kai Huang 2022-11-23 19:40:23 +08:00 committed by GitHub
parent 745aaef5df
commit 982d3ac786

View file

@ -18,7 +18,7 @@ conda activate bigdl
pip install bigdl-orca[ray]
```
### Step 1: Initialize
### Step 1: Init Orca Context
We recommend using `init_orca_context` to initiate and run BigDL on the underlying cluster. The Ray cluster would be launched automatically by specifying `init_ray_on_spark=True`.