init🎉:

This commit is contained in:
2024-03-09 10:55:34 +08:00
commit bc182d09e0
30 changed files with 3022 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"fsdp_transformer_layer_cls_to_wrap": ["InternLMDecoderLayer"],
"limit_all_gathers": true
}

View File

@ -0,0 +1,4 @@
{
"fsdp_transformer_layer_cls_to_wrap": ["LlamaDecoderLayer"],
"limit_all_gathers": true
}

View File

@ -0,0 +1,4 @@
{
"fsdp_transformer_layer_cls_to_wrap": ["QWenBlock"],
"limit_all_gathers": true
}