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
schedulers: add macro support to metadata variables
Summary:
This adds torchx.spec.macros support to the metadata variable values. This allows use cases like setting smcBridge to the app_id eg:
```
job_spec.roles[0].metadata["mast"] = {
"HpcTaskGroupSpec": {
"smcBridge": {
"portName": "thrift",
"smcTier": specs.macros.app_id,
}
}
}
```
Reviewed By: manav-a
Differential Revision: D57519702
0 commit comments