Skip to content

Commit

Permalink
Fix flag typo (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuza55 authored Oct 27, 2023
1 parent 5440387 commit 217faaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/package_reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The following arguments are only useful when `use_deepspeed` is passed or `deeps

**Fully Sharded Data Parallelism Arguments**:

The following arguments are only useful when `use_fdsp` is passed or Fully Sharded Data Parallelism is configured through `accelerate config`:
The following arguments are only useful when `use_fsdp` is passed or Fully Sharded Data Parallelism is configured through `accelerate config`:

* `--fsdp_offload_params` (`str`) -- Decides Whether (true|false) to offload parameters and gradients to CPU.
* `--fsdp_min_num_params` (`int`) -- FSDP's minimum number of parameters for Default Auto Wrapping.
Expand Down

0 comments on commit 217faaf

Please sign in to comment.