| # Kwargs Handlers | |
| The following objects can be passed to the main [`Accelerator`] to customize how some PyTorch objects | |
| related to distributed training or mixed precision are created. | |
| ## AutocastKwargs | |
| [[autodoc]] AutocastKwargs | |
| ## DistributedDataParallelKwargs | |
| [[autodoc]] DistributedDataParallelKwargs | |
| ## FP8RecipeKwargs | |
| [[autodoc]] utils.FP8RecipeKwargs | |
| ## GradScalerKwargs | |
| [[autodoc]] GradScalerKwargs | |
| ## InitProcessGroupKwargs | |
| [[autodoc]] InitProcessGroupKwargs | |