Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions torchx/runner/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,6 @@ def close(self) -> None:
for scheduler in self._scheduler_instances.values():
scheduler.close()

def build_standalone_workspace(
self,
workspace_builder: WorkspaceBuilder[S, T],
sync: bool = True,
) -> PkgInfo[S]:
"""
Build a standalone workspace for the given role.
This method is used to build a workspace for a role independent of the scheduler and
also enables asynchronous workspace building using the Role overrides.
"""
return workspace_builder.build_workspace(sync)

def run_component(
self,
component: str,
Expand Down
Loading