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

Fixing verification of the hearbeat value #115

Closed dgumenyuk closed 1 year ago

dgumenyuk commented 1 year ago

Fixing the line 350 of interactive_run.py file, where an non-existing argument was used to check for the enabled or disabled heartbeat.

BichengYing commented 1 year ago

Thanks for fixing that!