Browse Source

[misc] remove incompatible test config

colossalchat
haze188 4 months ago committed by Hongxin Liu
parent
commit
12d043ca00
  1. 1
      tests/test_shardformer/test_model/test_shard_mixtral.py

1
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, ...]):

Loading…
Cancel
Save