Skip to content

Commit 561aabd

Browse files
committed
Update ipu.py
1 parent 0c1d766 commit 561aabd

File tree

1 file changed

+1
-1
lines changed
  • pytorch_lightning/accelerators

1 file changed

+1
-1
lines changed

pytorch_lightning/accelerators/ipu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class IPUAccelerator(Accelerator):
2424
"""Accelerator for IPUs."""
2525

26-
def setup_environment(self, root_device: torch.device) -> None:
26+
def __init__(self) -> None:
2727
"""
2828
Raises:
2929
MisconfigurationException:

0 commit comments

Comments
 (0)