mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Skipping importing some packages for now to make this change more tractable. For some reason, lintrunner on CI raises errors in all imported `.pyi` files, even though it doesn't on my local machine. The errors are all from missing generic types, as the MYPYINDUCTOR config has `disallow_any_generics` set. I have thus added `disable-error-code` comments to the relevant files, though I fixed a few that were easy enough. Pull Request resolved: https://github.com/pytorch/pytorch/pull/113830 Approved by: https://github.com/Skylion007 ghstack dependencies: #113722, #113721 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| apply_optimizer_in_backward.py | ||
| functional_adadelta.py | ||
| functional_adagrad.py | ||
| functional_adam.py | ||
| functional_adamax.py | ||
| functional_adamw.py | ||
| functional_rmsprop.py | ||
| functional_rprop.py | ||
| functional_sgd.py | ||
| named_optimizer.py | ||
| optimizer.py | ||
| post_localSGD_optimizer.py | ||
| utils.py | ||
| zero_redundancy_optimizer.py | ||
| zero_redundancy_optimizer.pyi | ||