We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ed776 commit c7a7746Copy full SHA for c7a7746
src/accelerate/commands/launch.py
@@ -526,7 +526,7 @@ def launch_command_parser(subparsers=None):
526
fsdp_args.add_argument(
527
"--fsdp_min_num_params",
528
type=int,
529
- default=1e8,
+ default=int(1e8),
530
help="FSDP's minimum number of parameters for Default Auto Wrapping. (useful only when `use_fsdp` flag is passed).",
531
)
532
# We enable this for backwards compatibility, throw a warning if this is set in `FullyShardedDataParallelPlugin`
0 commit comments