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.
build_standalone_workspace
1 parent 2291b93 commit ca3aa34Copy full SHA for ca3aa34
torchx/runner/api.py
@@ -164,18 +164,6 @@ def close(self) -> None:
164
for scheduler in self._scheduler_instances.values():
165
scheduler.close()
166
167
- def build_standalone_workspace(
168
- self,
169
- workspace_builder: WorkspaceBuilder[S, T],
170
- sync: bool = True,
171
- ) -> PkgInfo[S]:
172
- """
173
- Build a standalone workspace for the given role.
174
- This method is used to build a workspace for a role independent of the scheduler and
175
- also enables asynchronous workspace building using the Role overrides.
176
177
- return workspace_builder.build_workspace(sync)
178
-
179
def run_component(
180
self,
181
component: str,
0 commit comments