We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0610d commit 0714933Copy full SHA for 0714933
tests/accelerators/test_cpu.py
@@ -9,9 +9,6 @@
9
from pytorch_lightning.utilities.exceptions import MisconfigurationException
10
11
12
-
13
14
15
def test_invalid_root_device():
16
""" Test that CPU Accelerator has root device on CPU. """
17
trainer = Mock()
tests/accelerators/test_gpu.py
@@ -7,7 +7,7 @@
7
import torch
8
from pytorch_lightning.accelerators import GPUAccelerator
-from pytorch_lightning.plugins import SingleDevicePlugin, PrecisionPlugin
+from pytorch_lightning.plugins import PrecisionPlugin, SingleDevicePlugin
0 commit comments