Skip to content

Commit

Permalink
Default FSDP weights merge to safetensors (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 authored Jun 17, 2024
1 parent 13ca7dc commit 573d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accelerate/commands/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def merge_command_parser(subparsers=None):
parser.add_argument(
"--unsafe_serialization",
action="store_false",
default=True,
default=False,
help="Whether to save the merged weights as `.bin` rather than `.safetensors` (not recommended).",
)
parser.add_argument(
Expand Down

0 comments on commit 573d22d

Please sign in to comment.