init🎉:
This commit is contained in:
4
train/configs/fsdp/internlm_fsdp_config.json
Normal file
4
train/configs/fsdp/internlm_fsdp_config.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"fsdp_transformer_layer_cls_to_wrap": ["InternLMDecoderLayer"],
|
||||
"limit_all_gathers": true
|
||||
}
|
4
train/configs/fsdp/llama2_fsdp_config.json
Normal file
4
train/configs/fsdp/llama2_fsdp_config.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"fsdp_transformer_layer_cls_to_wrap": ["LlamaDecoderLayer"],
|
||||
"limit_all_gathers": true
|
||||
}
|
4
train/configs/fsdp/qwen_fsdp_config.json
Normal file
4
train/configs/fsdp/qwen_fsdp_config.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"fsdp_transformer_layer_cls_to_wrap": ["QWenBlock"],
|
||||
"limit_all_gathers": true
|
||||
}
|
Reference in New Issue
Block a user