How severe does this issue affect your experience of using Ray?
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
Hi,
I have a ray cluster on AWS with multiple node types like V100s, A10Gs, etc.
I want to understand a way in which I can define ray serve to use a particular worker node. For example, if the name of the worker node is “my_a10g_node”, how can I use it? I looked through the custom resource but didn’t understand how to use it with Ray serve.
Any examples of usage will be helpful.