Skip to content

Commit

Permalink
Update arguments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaW authored Oct 9, 2024
1 parent 8677a42 commit 135f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3.test_cases/10.FSDP/model_utils/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def parse_args(): # pylint: disable=too-many-statements
)
fsdp_grp.add_argument(
"--cpu_offload",
type=int, defalut=0
type=int, default=0,
help="CPU offloading https://pytorch.org/docs/stable/fsdp.html#torch.distributed.fsdp.CPUOffload"
)

Expand Down

0 comments on commit 135f103

Please sign in to comment.