mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
As in the title. ~The PR's LOC is more than the 2000 maximum because of removing an indent from test_libtorch_agnostic.py with a large LOC count, hence the failure in `Lint / pr-sanity-checks`.~ UPDATE: using `if True` to avoid large diff. ^ @albanD @seemethere Seven tests are disabled on Windows as all these lead to `"ValueError: vector too long` exception. Finding the cause of these test failures is out-of-scope for this PR and to be addressed as follow-up task. Pull Request resolved: https://github.com/pytorch/pytorch/pull/170564 Approved by: https://github.com/cyyever, https://github.com/mikaylagawarecki