pytorch
1d5577b6 - No need to run Windows binary build for every PR (#100638)

Commit
1 year ago
No need to run Windows binary build for every PR (#100638) Per the discussion with @malfet , there is no need to run Windows binary build for every PR. We will keep it running in trunk (on push) though just in case. This also moves the workflow back from unstable after the symlink copy fix in https://github.com/pytorch/builder/commit/860d444515fa2bee44dfac16385702f7abb8a4e0 Another data point to back this up is the high correlation between Windows binaries debug and release build v.s. Windows CPU CI job. The numbers are: * `libtorch-cpu-shared-with-deps-debug` and `win-vs2019-cpu-py3` has 0.95 correlation * `libtorch-cpu-shared-with-deps-release` and `win-vs2019-cpu-py3` has the same 0.95 correlation The rest is noise, eh? Pull Request resolved: https://github.com/pytorch/pytorch/pull/100638 Approved by: https://github.com/atalman
Author
Committer
Parents
Loading