Skip to content

Commit 1c8771a

Browse files
justusschockBorda
andauthored
Update pytorch_lightning/plugins/training_type/training_type_plugin.py
Co-authored-by: Jirka Borovec <[email protected]>
1 parent e35f64c commit 1c8771a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytorch_lightning/plugins/training_type/training_type_plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def barrier(self, name: Optional[str] = None):
6060
@abstractmethod
6161
def broadcast(self, obj: object, src: int = 0) -> object:
6262
"""Broadcasts an object to all processes"""
63-
raise NotImplementedError
6463

6564
# TODO method this is currently unused. Check after complete refactors are pushed
6665
def set_nvidia_flags(self, is_slurm_managing_tasks, device_ids):

0 commit comments

Comments
 (0)