Change default backend of PyTorch Estimator to spark (#6681)

* change backend

* update readme

* highlight install
This commit is contained in:
Kai Huang 2022-11-21 18:49:13 +08:00 committed by GitHub
parent 83921263c8
commit 78ee9b23f6

View file

@ -59,7 +59,7 @@ Note that installing Orca will automatically install the dependencies including
### To additionally use RayOnSpark
If you wish to run [RayOnSpark](ray.md) or [sklearn-style Estimator APIs in Orca](distributed-training-inference.md) with "ray" backend, use the extra key `[ray]` during the installation above:
If you wish to run [RayOnSpark](ray.md) or [sklearn-style Estimator APIs in Orca](distributed-training-inference.md) with **"ray" backend**, use the extra key `[ray]` during the installation above:
```bash
pip install bigdl-orca[ray] # For the official release version