Skip flaky ddp-spawn test on windows (#16942)
This commit is contained in:
parent
072ef26309
commit
5997332b93
|
@ -17,6 +17,8 @@ docs/source-pytorch/notebooks
|
|||
docs/source-pytorch/_static/images/course_UvA-DL
|
||||
docs/source-pytorch/_static/images/lightning_examples
|
||||
|
||||
docs/source-fabric/api
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
|
@ -55,7 +55,7 @@ class AMPTestModel(BoringModel):
|
|||
("single_device", "16-mixed", 1),
|
||||
("single_device", "bf16-mixed", 1),
|
||||
("ddp_spawn", "16-mixed", 2),
|
||||
("ddp_spawn", "bf16-mixed", 2),
|
||||
pytest.param("ddp_spawn", "bf16-mixed", 2, marks=RunIf(skip_windows=True)),
|
||||
),
|
||||
)
|
||||
def test_amp_cpus(tmpdir, strategy, precision, devices):
|
||||
|
|
Loading…
Reference in New Issue