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 58bd573 commit cf7fbe3Copy full SHA for cf7fbe3
tests/tests_pytorch/strategies/test_ddp_integration.py
@@ -66,7 +66,7 @@ def test_multi_gpu_model_ddp_fit_test(tmp_path):
66
assert out["test_acc"] > 0.7
67
68
69
-@RunIf(skip_windows=True)
+@RunIf(skip_windows=True, max_torch="2.7")
70
@mock.patch("torch.cuda.set_device")
71
@mock.patch("lightning.pytorch.accelerators.cuda._check_cuda_matmul_precision")
72
@mock.patch("lightning.pytorch.accelerators.cuda._clear_cuda_memory")
0 commit comments