Open ejguan opened 2 years ago
"Auto doc gen for RC release" - I believe we can add a GH action for that (i.e. whenever a push is made to the branch release/0.x.0
, build a doc in the folder 0.x.0
in the gh-pages
branch.
"Auto doc gen for RC release" - I believe we can add a GH action for that (i.e. whenever a push is made to the branch release/0.x.0, build a doc in the folder 0.x.0 in the gh-pages branch.
I am working on it currently. It should be attached after the build_test_upload
workflow for RC release.
Nightly release is working for wheel. https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html But, it seems the conda token we have used to upload packages to pytorch
channel cannot be used to upload them to pytorch-nightly
channel.
See: https://github.com/pytorch/data/runs/5653050846?check_suite_focus=true
Another bug for wheel/conda, the nightly version currently relies on date https://github.com/pytorch/data/blob/76733df6a8903bf95b938cf611355f05f5c2f821/packaging/pkg_helpers.bash#L93
But, the date on CI macos machine is not correct. I need to do a quick test.
🚀 The feature
This issue is used to track TODOs in my mind for DevInfra:
CI
linux.8xlarge.nvidia.gpu
) for CIpython setup.py bdist_wheel
bypip wheel -w dist .
Release note:
git shortlog -s v0.6.0..v0.5.1 | cut -f2-
Others
After compilation matrix is enabled:
needs
Motivation, pitch
Improvement for releng
Alternatives
No response
Additional context
No response