mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
unify starting local cluster with attaching to existing cluster (#327)
This commit is contained in:
committed by
Philipp Moritz
parent
0e5b858324
commit
2040372084
+1
-1
@@ -28,7 +28,7 @@ To start Ray, start Python, and run the following commands.
|
||||
|
||||
```python
|
||||
import ray
|
||||
ray.services.start_ray_local(num_workers=10)
|
||||
ray.init(start_ray_local=True, num_workers=10)
|
||||
```
|
||||
|
||||
That command starts a scheduler, one object store, and ten workers. Each of
|
||||
|
||||
Reference in New Issue
Block a user