pytorch/torch/nn/parallel
Xuehai Pan b005ec62b9 [BE] Remove dependency on six and future (#94709)
Remove the Python 2 and 3 compatibility library [six](https://pypi.org/project/six) and [future](https://pypi.org/project/future) and `torch._six`. We only support Python 3.8+ now. It's time to retire them.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/94709
Approved by: https://github.com/malfet, https://github.com/Skylion007
2023-02-14 09:14:14 +00:00
..
__init__.py
__init__.pyi
_functions.py
_replicated_tensor_ddp_interop.py
_replicated_tensor_ddp_utils.py
comm.py
common_types.pyi
data_parallel.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
data_parallel.pyi
distributed.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
parallel_apply.py [BE] Merge isinstance calls together (#94419) 2023-02-09 00:47:26 +00:00
parallel_apply.pyi
replicate.py
replicate.pyi
scatter_gather.py
scatter_gather.pyi