Change default backend of PyTorch Estimator to spark (#6681)
* change backend * update readme * highlight install
This commit is contained in:
parent
83921263c8
commit
78ee9b23f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue