mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Updating documentation. (#2643)
This commit is contained in:
parent
806fdf2f05
commit
493585574a
1 changed files with 2 additions and 2 deletions
|
@ -1540,8 +1540,8 @@ def _init(address_info=None,
|
||||||
provided if start_ray_local is True.
|
provided if start_ray_local is True.
|
||||||
num_local_schedulers (int): The number of local schedulers to start.
|
num_local_schedulers (int): The number of local schedulers to start.
|
||||||
This is only provided if start_ray_local is True.
|
This is only provided if start_ray_local is True.
|
||||||
object_store_memory: The amount of memory (in bytes) to start the
|
object_store_memory: The maximum amount of memory (in bytes) to
|
||||||
object store with.
|
allow the object store to use.
|
||||||
driver_mode (bool): The mode in which to start the driver. This should
|
driver_mode (bool): The mode in which to start the driver. This should
|
||||||
be one of ray.SCRIPT_MODE, ray.LOCAL_MODE, and ray.SILENT_MODE.
|
be one of ray.SCRIPT_MODE, ray.LOCAL_MODE, and ray.SILENT_MODE.
|
||||||
redirect_worker_output: True if the stdout and stderr of worker
|
redirect_worker_output: True if the stdout and stderr of worker
|
||||||
|
|
Loading…
Add table
Reference in a new issue