mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-02-22 06:52:56 +00:00
remove all to all
This commit is contained in:
@@ -218,11 +218,8 @@ def main():
|
||||
elif args.plugin == "hybrid_parallel":
|
||||
# modify the param accordingly for finetuning test cases
|
||||
plugin = HybridParallelPlugin(
|
||||
tp_size=2,
|
||||
pp_size=1,
|
||||
sp_size=1,
|
||||
# sequence_parallelism_mode="split_gather",
|
||||
# enable_sequence_parallelism=True,
|
||||
tp_size=1,
|
||||
pp_size=2,
|
||||
num_microbatches=None,
|
||||
microbatch_size=1,
|
||||
enable_all_optimization=True,
|
||||
|
||||
Reference in New Issue
Block a user