mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __init__.pyi | ||
| _functions.py | ||
| _replicated_tensor_ddp_interop.py | ||
| _replicated_tensor_ddp_utils.py | ||
| comm.py | ||
| common_types.pyi | ||
| data_parallel.py | ||
| data_parallel.pyi | ||
| distributed.py | ||
| parallel_apply.py | ||
| parallel_apply.pyi | ||
| replicate.py | ||
| replicate.pyi | ||
| scatter_gather.py | ||
| scatter_gather.pyi | ||