Using provider.type = local, Is it possible to mark node type to each head and worker node in config.yaml?
e.g. cloud provider
but, if provider is local, avaliable_node_types is not supported.
available_node_types:
ray.head.default:
# For example, to mark a node type as having 1 CPU, 1 GPU, and 5 units of a resource called "custom", set
resources: {"CPU": 1, "GPU": 1, "custom": 5}