Bluefog-Lib / bluefog

Distributed and decentralized training framework for PyTorch over graph
https://bluefog-lib.github.io/bluefog/
Apache License 2.0
291 stars 71 forks source link

Argument "disable_heartbeat" does not exist #114

Closed dgumenyuk closed 1 year ago

dgumenyuk commented 1 year ago

There is a small bug in line 350 of the file bluefog/run/interactive_run.py: if args.disable_heartbeat: ... The problem is that the argument "disable_heartbeat" does not exist. I was changed in the most recent commit. I can be corrected by changing to "args.enable_heartbeat". Without the fix it is not possible to run BlueFog on multiple machines! Thank you in advance!

dgumenyuk commented 1 year ago

This issue was corrected with a recent commit.