For questions on setting up and managing Ray clusters across multiple machines or cloud providers. Use Clusters to scale Ray applications across distributed infrastructure.
Hi. Do I ask questions in this reply? Sorry if I overlooked the area/button to ask a question.
I am using cluster.yaml
file for launching a cluster using ray.
How can I get different custom resources for each new worker node? I have defined custom resources in worker node as follow: resources={"custom":1}
. Now each time when ray launch new worker it should have given resources as follow:
resource={"custom1":1} for worker 1,
resource={"custom2":1} for worker 2,
resource={"custom3":1} for worker 3,