mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-07-17 02:00:25 +00:00
[fix] fix p2p error in zbv
This commit is contained in:
@@ -770,13 +770,11 @@ def run_fwd_bwd_vschedule_with_optim(test_config):
|
||||
@parameterize(
|
||||
"config",
|
||||
[
|
||||
# Pass
|
||||
(1, 2, 1, 1, 2),
|
||||
(1, 1, 2, 2, 1),
|
||||
(1, 2, 1, 2, 1),
|
||||
(1, 2, 2, 1, 1),
|
||||
# # TODO: adapt mixtral with no TP Linear
|
||||
(0, 1, 4, 1, 1),
|
||||
(1, 1, 4, 1, 1),
|
||||
],
|
||||
)
|
||||
def run_with_booster_moehybridplugin(config: Tuple[int, ...]):
|
||||
@@ -938,7 +936,6 @@ def run_with_booster_moehybridplugin(config: Tuple[int, ...]):
|
||||
(1, 2, 2, 1),
|
||||
(1, 2, 1, 2),
|
||||
(1, 1, 2, 2),
|
||||
# TODO: support overlap p2p in pp4
|
||||
(1, 4, 1, 1),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user