You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of hardcoded properties, like runtime (win-x64, linux-x64), it should be possible to add arbitrary labels to jobs and nodes.
When scheduling a new job, these labels are used to identitfy appropriate nodes to run the job on.
Custom labels are more flexible than a set of predefined properties, because users have fine-grained control over special node requirements, e.g. a special kind of GPU, or custom OS/library setup, etc.
Instead of hardcoded properties, like runtime (win-x64, linux-x64), it should be possible to add arbitrary labels to jobs and nodes.
When scheduling a new job, these labels are used to identitfy appropriate nodes to run the job on.
Custom labels are more flexible than a set of predefined properties, because users have fine-grained control over special node requirements, e.g. a special kind of GPU, or custom OS/library setup, etc.
Examples:
win-x64
,linux-x64
,gpu-nvidia
,group1
,group2
, ...The text was updated successfully, but these errors were encountered: