Skip to content

Commit

Permalink
[Easy] Remove unused parametrization (pytorch#90079)
Browse files Browse the repository at this point in the history
Pull Request resolved: pytorch#90079
Approved by: https://github.com/awgu
  • Loading branch information
mrshenli authored and pytorchmergebot committed Dec 3, 2022
1 parent dd060f3 commit e53a0e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/distributed/_composable/test_fully_shard.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from torch.testing._internal.common_distributed import skip_if_lt_x_gpu
from torch.testing._internal.common_fsdp import FSDPTest
from torch.testing._internal.common_utils import (
instantiate_parametrized_tests,
run_tests,
TEST_WITH_DEV_DBG_ASAN,
)
Expand Down Expand Up @@ -251,7 +250,5 @@ def test_training(self):
self.assertEqual(losses[0], losses[1])


instantiate_parametrized_tests(TestFSDPInitialization)

if __name__ == "__main__":
run_tests()

0 comments on commit e53a0e3

Please sign in to comment.