[doc] Mark multi-client as an experimental feature

This commit is contained in:
Yi Cheng 2021-09-27 14:08:49 -07:00 committed by GitHub
parent 627e475cc1
commit 994d156a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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``: