Automate upload/sync of dependencies to pytorch s3 index #6097
Open
Description
We would like to solve the issue of adding and synchronising new dependencies to download pytoch.org
We do have following script: https://github.com/pytorch/test-infra/blob/main/s3_management/update_dependencies.py that run manually, which upload latest available binaries to pytorch nightly and test index.
I would like to create workflow that would automatically update required dependencies on push changes to this script, so that we can easily add new Cuda or Xpu dependencies.
Rather then syncing latest we should have {package, version}
tuple that we want to sync.
We should perhaps do this in stages:
- Enable certain packages to be synced with pinned version on push changes
- Enable automatic sync of latest packages to the index on daily basis
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Cold Storage