LighthouseClient: support heartbeats #174
Labels
enhancement
New feature or request
good first issue
Good for newcomers
lighthouse
Lighthouse and quorum related
Right now the bare bones coordination API doesn't support heartbeats (which is a notable oversight 😓). We should either move the heartbeating logic from manager.rs into a wrapper around the lighthouse client or we can do the simple thing for now and expose the heartbeat method on the pyo3 bindings.
https://github.com/pytorch/torchft/blob/main/src/lib.rs#L482-L484
The text was updated successfully, but these errors were encountered: