Skip to content

Commit

Permalink
Update src/accelerate/utils/dataclasses.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Mueller <[email protected]>
  • Loading branch information
byi8220 and muellerzr authored Jul 15, 2024
1 parent d264939 commit 8f04c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accelerate/utils/dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ class DataLoaderConfiguration:
use_stateful_dataloader: bool = field(
default=False,
metadata={
"help": "If set to true, the dataloader prepared by the Accelerator will be backed by "
"help": "If set to `True`, the dataloader prepared by the Accelerator will be backed by "
"[torchdata.StatefulDataLoader](https://github.com/pytorch/data/tree/main/torchdata/stateful_dataloader). This requires a version"
" of `torchdata` with StatefulDataLoader to be installed."
},
Expand Down

0 comments on commit 8f04c1e

Please sign in to comment.