byi8220

Results 2 issues of byi8220

# What does this PR do? Fixes https://github.com/huggingface/accelerate/issues/2859 This PR does the following: 1. Added a new field `use_stateful_dataloader` in `DataLoaderConfiguration`. Passing this into the config makes it so that...

# What does this PR do? This PR does the following: 1. Add a new field to `TrainerArguments.AcceleratorConfig`, `use_stateful_dataloader` which when set to true passes through `use_stateful_dataloader` to the DataLoaderConfiguration...