pytorch
295fd20e - [CI] Add Python-3.11 Linux conda builds (#93186)

Commit
1 year ago
[CI] Add Python-3.11 Linux conda builds (#93186) This PR almost a no-op, as most of the logic resides in the builder repo, namely: https://github.com/pytorch/builder/commit/6342242c50dab6abd2178f33ba4f3c5a51c9427d https://github.com/pytorch/builder/commit/8f361d91e15c6a815daf916abea2741cf092a462 Remove `conda-forge` channel dependency for test job, but add `malfet` channel for 3.11 testing (as numpy is not in default channel yet) Build and upload following dependencies to `pytorch-nightly` channel: ``` anaconda copy --to-owner pytorch-nightly malfet/numpy/1.23.5 anaconda copy --to-owner pytorch-nightly malfet/numpy-base/1.23.5 anaconda copy --to-owner pytorch-nightly malfet/mkl-service/2.4.0 anaconda copy --to-owner pytorch-nightly malfet/mkl_random/1.2.2 anaconda copy --to-owner pytorch-nightly malfet/mkl_fft/1.3.1 anaconda copy --to-owner pytorch-nightly malfet/sympy/1.11.1 anaconda copy --to-owner pytorch-nightly malfet/mpmath/1.2.1 ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/93186 Approved by: https://github.com/atalman, https://github.com/ZainRizvi
Author
Committer
Parents
Loading