Skip to content

Commit f759600

Browse files
committed
update
1 parent 7d1cc5c commit f759600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests_fabric/plugins/io/test_distributed_async_io.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ def test_async_checkpointio_save_options_forwarded(tmp_path):
3232
dcp_kwargs = kwargs["dcp_kwargs"]
3333
assert dcp_kwargs["foo"] == 123
3434
if _TORCH_GREATER_EQUAL_2_9:
35-
assert "planner" in dcp_kwargs
35+
assert "no_dist" in dcp_kwargs
3636
if _TORCH_GREATER_EQUAL_2_7:
37+
assert "planner" in dcp_kwargs
3738
assert "async_checkpointer_type" in dcp_kwargs
38-
assert "no_dist" in dcp_kwargs
3939

4040

4141
@RunIf(min_torch="2.4")

0 commit comments

Comments
 (0)