β‘Ray
Notes
Fiat ray commands are helpful when you want to set up a development ray cluster in your local machine. But this may not release all the underlying power of Ray.
In production, we suggest users deploy dedicated Ray computing clusters. Please refer to the Ray official documents for more Ray Cluster deployment information.
Intro

ray commands overviewUp command
Use the up command to set up a heterogeneous Ray computing cluster on your local Docker Engine. It will include one head node and three worker nodes -

Down command
Use the down command to tear down your local Ray computing cluster.

Last updated