From 12d043ca00be7c6ce749f9f5443813f80aaa5da8 Mon Sep 17 00:00:00 2001 From: haze188 Date: Thu, 25 Jul 2024 06:40:54 +0000 Subject: [PATCH] [misc] remove incompatible test config --- tests/test_shardformer/test_model/test_shard_mixtral.py | 1 - 1 file changed, 1 deletion(-) 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, ...]):