ignore the fsdp_config section too (#1606) [skip ci]

This commit is contained in:
Wing Lian
2024-05-09 13:30:39 -04:00
committed by GitHub
parent 796a085b2f
commit fff06af8d0

View File

@@ -42,6 +42,7 @@ def do_cli(config: Path = Path("examples/"), **kwargs):
parsed_cfg.flash_attention = False
parsed_cfg.deepspeed = None
parsed_cfg.fsdp = None
parsed_cfg.fsdp_config = None
do_merge_lora(cfg=parsed_cfg, cli_args=parsed_cli_args)