We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe90bf8 commit a053d21Copy full SHA for a053d21
torchx/specs/api.py
@@ -172,6 +172,7 @@ class macros:
172
base_img_root = "${base_img_root}"
173
app_id = "${app_id}"
174
replica_id = "${replica_id}"
175
+ img_root_secondary = "${img_root_secondary}"
176
177
# rank0_env will be filled with the name of the environment variable that
178
# provides the master host address. To get the actual hostname the
@@ -187,6 +188,7 @@ class Values:
187
188
replica_id: str
189
rank0_env: str
190
base_img_root: str = "DEPRECATED"
191
+ img_root_secondary: str = ""
192
193
def apply(self, role: "Role") -> "Role":
194
"""
0 commit comments