Skip to content

Commit e35f64c

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

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
@@ -56,7 +56,6 @@ def reduce(self, output, *args, **kwargs):
5656
@abstractmethod
5757
def barrier(self, name: Optional[str] = None):
5858
"""Forces all possibly joined processes to wait for each other"""
59-
raise NotImplementedError
6059

6160
@abstractmethod
6261
def broadcast(self, obj: object, src: int = 0) -> object:

0 commit comments

Comments
 (0)