specifying subnet_tag
does not override priority_head_subnet_tag
#205
Labels
subnet_tag
does not override priority_head_subnet_tag
#205
The way I see it, when a user (Ray on Golem developer in this case) specifies any
subnet_tag
, it's pretty obvious that they want to run their ray requestor against a specific set of provider nodes and none other...Therefore, intuition tells me that any nodes that are selected as ray instances for the user, should only come from that explicitly named subnet tag.
Actual result:
Despite some specific subnet tag being specified in the cluster definition file,
ray-on-golem
still usesray-on-golem-heads
to select nodes for the Ray's head node.To achieve the expected result, one needs to provide both
subnet_tag
andpriority_head_subnet_tag
...Expected result:
When a user specifies the
subnet_tag
in my cluster definition file, that selection should also override thepriority_head_subnet_tag
and all of users' nodes should be selected from the given network.The text was updated successfully, but these errors were encountered: