You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
cc @malfet @ptrblck @tinglvv @nWEIdia
The text was updated successfully, but these errors were encountered: