Skip to content

Commit 12e2a00

Browse files
pzhan9facebook-github-bot
authored andcommitted
tmp: add a local job for testing
Differential Revision: D89195085
1 parent 36429b7 commit 12e2a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monarch_hyperactor/src/v1/host_mesh.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use hyperactor::Instance;
1515
use hyperactor::Proc;
1616
use hyperactor_mesh::bootstrap::BootstrapCommand;
1717
use hyperactor_mesh::bootstrap::host;
18-
use hyperactor_mesh::proc_mesh::default_transport;
18+
use hyperactor_mesh::proc_mesh::default_bind_spec;
1919
use hyperactor_mesh::proc_mesh::mesh_agent::GetProcClient;
2020
use hyperactor_mesh::shared_cell::SharedCell;
2121
use 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

0 commit comments

Comments
 (0)