From b9599d1e4c8d9f5c176555f2d3dbf5817396a40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Fri, 13 Jan 2023 20:12:51 +0100 Subject: [PATCH] Delete hanging test --- .../strategies/test_ddp_fully_sharded_with_full_state_dict.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests_pytorch/strategies/test_ddp_fully_sharded_with_full_state_dict.py b/tests/tests_pytorch/strategies/test_ddp_fully_sharded_with_full_state_dict.py index 53256e60568e8b..4fa85bfbf12673 100644 --- a/tests/tests_pytorch/strategies/test_ddp_fully_sharded_with_full_state_dict.py +++ b/tests/tests_pytorch/strategies/test_ddp_fully_sharded_with_full_state_dict.py @@ -193,7 +193,6 @@ def test_fully_sharded_strategy_checkpoint(tmpdir): @pytest.mark.parametrize( "model, strategy", [ - (TestFSDPModelManualWrapped(), DDPFullyShardedStrategy(min_num_params=2)), (TestFSDPModelAutoWrapped(), "fsdp"), ], )