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 a9454a9 commit 94d84a2Copy full SHA for 94d84a2
tests/tests_pytorch/accelerators/test_mps.py
@@ -23,6 +23,7 @@
23
from lightning.pytorch.demos.boring_classes import BoringModel
24
from tests_pytorch.helpers.runif import RunIf
25
26
+# trigger pytorch test
27
28
@RunIf(mps=True)
29
def test_get_mps_stats():
0 commit comments