mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Signed-off-by: Bob Ren <bobren@fb.com> Turns out older versions of python, in particular 3.8 shows errors that 3.12 doesn't. For posterity these are the steps I took to reproduce: ``` conda create -n py38 python=3.8 conda activate py38 pip install -r requirements.txt lintrunner init dmypy restart && lintrunner --all-files --take MYPY ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/136339 Approved by: https://github.com/Skylion007 ghstack dependencies: #136205 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| functions.py | ||
| interp.py | ||
| numbers.py | ||
| reference.py | ||
| singleton_int.py | ||
| solve.py | ||
| symbol.py | ||
| value_ranges.py | ||