Skip to content

Commit

Permalink
ignore the fsdp_config section too (#1606) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored May 9, 2024
1 parent 796a085 commit fff06af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axolotl/cli/merge_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fff06af

Please sign in to comment.