mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-23 02:20:49 +00:00
[fix] fix mixtral modeling & policy; update wait handles; doing benchmarking for llama hybrid;
This commit is contained in:
@@ -122,7 +122,7 @@ def main():
|
||||
num_ckpt_layers_per_stage=[19, 19, 19, 13],
|
||||
),
|
||||
"num_layers_per_stage": [19, 20, 20, 21],
|
||||
# "pp_style": "interleaved",
|
||||
"pp_style": "interleaved",
|
||||
}
|
||||
if args.custom_ckpt
|
||||
else {}
|
||||
|
Reference in New Issue
Block a user