pytorch / data

A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries.
BSD 3-Clause "New" or "Revised" License
1.13k stars 152 forks source link

Tracker for DevInfra Improvement #253

Open ejguan opened 2 years ago

ejguan commented 2 years ago

🚀 The feature

This issue is used to track TODOs in my mind for DevInfra:

CI

Release note:

Others

After compilation matrix is enabled:

Motivation, pitch

Improvement for releng

Alternatives

No response

Additional context

No response

NivekT commented 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.

ejguan commented 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.

I am working on it currently. It should be attached after the build_test_upload workflow for RC release.

ejguan commented 2 years ago

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

ejguan commented 2 years ago

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.