File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
monarch_hyperactor/src/v1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use hyperactor::Instance;
1515use hyperactor:: Proc ;
1616use hyperactor_mesh:: bootstrap:: BootstrapCommand ;
1717use hyperactor_mesh:: bootstrap:: host;
18- use hyperactor_mesh:: proc_mesh:: default_transport ;
18+ use hyperactor_mesh:: proc_mesh:: default_bind_spec ;
1919use hyperactor_mesh:: proc_mesh:: mesh_agent:: GetProcClient ;
2020use hyperactor_mesh:: shared_cell:: SharedCell ;
2121use hyperactor_mesh:: v1:: ProcMeshRef ;
@@ -274,7 +274,7 @@ fn bootstrap_host(bootstrap_cmd: Option<PyBootstrapCommand>) -> PyResult<PyPytho
274274 } ;
275275
276276 PyPythonTask :: new ( async move {
277- let host_mesh_agent = host ( default_transport ( ) . any ( ) , Some ( bootstrap_cmd) , None )
277+ let host_mesh_agent = host ( default_bind_spec ( ) . any ( ) , Some ( bootstrap_cmd) , None )
278278 . await
279279 . map_err ( |e| PyException :: new_err ( e. to_string ( ) ) ) ?;
280280
You can’t perform that action at this time.
0 commit comments