mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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 |
||
|---|---|---|
| .. | ||
| _checkpoint | ||
| _comm_hooks | ||
| _optimizer_overlap | ||
| _quantization | ||
| ddp_comm_hooks | ||
| model_averaging | ||
| __init__.py | ||
| join.py | ||