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 9d39f90 commit 4561b8cCopy full SHA for 4561b8c
tests/tests_pytorch/strategies/launchers/test_multiprocessing.py
@@ -195,6 +195,7 @@ def on_fit_start(self) -> None:
195
196
197
@_xfail_gloo_windows
198
+@pytest.mark.flaky(reruns=3)
199
def test_memory_sharing_disabled(tmp_path):
200
"""Test that the multiprocessing launcher disables memory sharing on model parameters and buffers to avoid race
201
conditions on model updates."""
0 commit comments