workers warning not on windows (#1433)
This commit is contained in:
parent
17f58d2e11
commit
2dec93f588
|
@ -386,7 +386,8 @@ class TrainerTrainLoopMixin(ABC):
|
||||||
self.run_training_teardown()
|
self.run_training_teardown()
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
log.info('Detected KeyboardInterrupt, attempting graceful shutdown...')
|
if self.proc_rank == 0:
|
||||||
|
log.info('Detected KeyboardInterrupt, attempting graceful shutdown...')
|
||||||
self.interrupted = True
|
self.interrupted = True
|
||||||
self.run_training_teardown()
|
self.run_training_teardown()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue