Skip to content

Commit

Permalink
Update pytorch_lightning/plugins/training_type/training_type_plugin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
  • Loading branch information
justusschock and Borda committed Jan 30, 2021
1 parent e35f64c commit 1c8771a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def barrier(self, name: Optional[str] = None):
@abstractmethod
def broadcast(self, obj: object, src: int = 0) -> object:
"""Broadcasts an object to all processes"""
raise NotImplementedError

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

0 comments on commit 1c8771a

Please sign in to comment.