mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[doc] Mark multi-client as an experimental feature
This commit is contained in:
parent
627e475cc1
commit
994d156a0d
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ Now, connect to the Ray Cluster with the following and then use Ray like you nor
|
|||
|
||||
#....
|
||||
|
||||
Connect to multiple ray clusters
|
||||
--------------------------------
|
||||
Connect to multiple ray clusters (Experimental)
|
||||
-----------------------------------------------
|
||||
|
||||
Ray client allows connecting to multiple ray clusters in one Python process. To do this, just pass ``allow_multiple=True`` to ``ray.init``:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue