mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 21:29:15 +08:00
Change ray.worker.cleanup -> ray.shutdown and improve API documentation. (#2374)
* Change ray.worker.cleanup -> ray.shutdown and improve API documentation. * Deprecate ray.worker.cleanup() gracefully. * Fix linting
This commit is contained in:
committed by
Philipp Moritz
parent
b316afeb43
commit
515da7721a
@@ -147,7 +147,7 @@ def cli():
|
||||
"--use-raylet",
|
||||
is_flag=True,
|
||||
default=None,
|
||||
help="use the raylet code path, this is not supported yet")
|
||||
help="use the raylet code path")
|
||||
def start(node_ip_address, redis_address, redis_port, num_redis_shards,
|
||||
redis_max_clients, redis_shard_ports, object_manager_port,
|
||||
object_store_memory, num_workers, num_cpus, num_gpus, resources,
|
||||
|
||||
Reference in New Issue
Block a user