From 4568ace4bbfa8cf245d0e46fd2dbb7f6ad37d5df Mon Sep 17 00:00:00 2001 From: Jiajun Yao Date: Tue, 9 Jul 2024 14:00:51 -0700 Subject: [PATCH] Revert "docs: warn about running multiple local Ray instances (#45836)" (#46515) --- python/ray/_private/worker.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/ray/_private/worker.py b/python/ray/_private/worker.py index fb78f0dd4751..8f67c944a0c7 100644 --- a/python/ray/_private/worker.py +++ b/python/ray/_private/worker.py @@ -1306,8 +1306,6 @@ def init( instance. 4. If the provided address is "local", start a new local Ray instance, even if there is already an existing local Ray instance. - Running multiple local Ray instances is not supported and may have - undefined behavior. num_cpus: Number of CPUs the user wishes to assign to each raylet. By default, this is set based on virtual cores. num_gpus: Number of GPUs the user wishes to assign to each