Skip to content

Commit

Permalink
Pass deepspeed and fsdp as None explicitly when merging adapters to a…
Browse files Browse the repository at this point in the history
…llow custom device_map (#1575)
  • Loading branch information
chiragjn authored May 7, 2024
1 parent 3367fca commit 9e1480e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axolotl/cli/merge_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def do_cli(config: Path = Path("examples/"), **kwargs):
load_in_8bit=False,
load_in_4bit=False,
flash_attention=False,
deepspeed=None,
fsdp=None,
**kwargs,
)

Expand Down

0 comments on commit 9e1480e

Please sign in to comment.