diff --git a/tests/test_shardformer/test_model/test_shard_mixtral.py b/tests/test_shardformer/test_model/test_shard_mixtral.py index a3e201b67..de09eedcb 100644 --- a/tests/test_shardformer/test_model/test_shard_mixtral.py +++ b/tests/test_shardformer/test_model/test_shard_mixtral.py @@ -42,7 +42,6 @@ CHECKED_CONFIG = [ # FOR WORLD=4 (1, 2, 2, 1, 1), (1, 2, 1, 2, 1), (1, 2, 1, 1, 2), - (0, 2, 1, 1, 1), ], ) def run_zero_with_original_model(config: Tuple[int, ...]):