pytorch/torch/distributed/algorithms
ChanBong c0b57d4e3b fix docstring issues in torch.distributed (#113337)
Fixes #112643

Fixes all the issues listed

### Error Count

|File | Count Before | Count now|
|---- | ---- | ---- |
|`torch/distributed/optim/named_optimizer.py` | 13 | 1|
|`torch/distributed/nn/functional.py` | 7 | 1|
|`torch/distributed/nn/api/remote_module.py` | 25 | 3|
|`torch/distributed/algorithms/join.py` | 43 | 4|

Pull Request resolved: https://github.com/pytorch/pytorch/pull/113337
Approved by: https://github.com/ezyang
2023-11-13 19:37:29 +00:00
..
_checkpoint [RFC] Somewhat BC breaking: make checkpoint_wrapper default to NO_REENTRANT (#108435) 2023-09-05 21:43:41 +00:00
_comm_hooks [FSDP] Optimize away intermediate div_ for HSDP (#106034) 2023-07-28 18:36:26 +00:00
_optimizer_overlap fix: flake8-bugbear code B024 (#107265) 2023-10-04 23:52:52 +00:00
_quantization cleanup typos; redundant parentheses (#109003) 2023-09-11 17:09:17 +00:00
ddp_comm_hooks Enable fused optimizer for DP (#98270) 2023-04-13 20:16:32 +00:00
model_averaging Convert logging f-strings to use % format, part four (#98705) 2023-04-11 13:17:59 +00:00
__init__.py
join.py fix docstring issues in torch.distributed (#113337) 2023-11-13 19:37:29 +00:00