mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:13:54 +08:00
Do not start web UI by default, and remove web UI from documentation. (#554)
This commit is contained in:
committed by
Alexey Tumanov
parent
a74ee52f26
commit
5572561704
@@ -1054,7 +1054,7 @@ def start_ray_head(address_info=None,
|
||||
include_global_scheduler=True,
|
||||
include_log_monitor=True,
|
||||
include_redis=True,
|
||||
include_webui=True,
|
||||
include_webui=False,
|
||||
start_workers_from_local_scheduler=start_workers_from_local_scheduler,
|
||||
num_cpus=num_cpus,
|
||||
num_gpus=num_gpus)
|
||||
|
||||
Reference in New Issue
Block a user