We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e281e commit eb7e3d8Copy full SHA for eb7e3d8
torchx/runner/api.py
@@ -187,6 +187,7 @@ def run_component(
187
parent_run_id=parent_run_id,
188
)
189
handle = self.schedule(dryrun_info)
190
+ ctx._torchx_event.workspace = workspace
191
ctx._torchx_event.scheduler = none_throws(dryrun_info._scheduler)
192
ctx._torchx_event.app_image = none_throws(dryrun_info._app).roles[0].image
193
ctx._torchx_event.app_id = parse_app_handle(handle)[2]
0 commit comments