Skip to content

[BE] Refactor dependency update code #6735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2025

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Jun 10, 2025

This should enable Nvidia, Intel, AMD to submit PRs for updating the dependent libraries

Copy link

vercel bot commented Jun 10, 2025

@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 10, 2025
"mkl",
]
}
PACKAGES_PER_PROJECT = [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this in separate json file in next iteration of this code

Copy link

vercel bot commented Jun 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
torchci ⬜️ Ignored (Inspect) Visit Preview Jun 10, 2025 11:59pm

{"package": "nvidia-cudnn-cu11", "version": "latest", "project": "torch"},
{"package": "nvidia-cudnn-cu12", "version": "latest", "project": "torch"},
{"package": "typing-extensions", "version": "latest", "project": "torch"},
{"package": "nvidia-cuda-nvrtc-cu12", "version": "12.9.86", "project": "torch", "target": "cu129"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does these lines mean that these dependencies are only used for the upcoming CUDA 12.9? I also see these packages from older CUDA versions, i.e. 12.8 so should they (older CUDA pins) be here too? I guess a comment would be clearer

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can add dependencies as we go here

@atalman atalman merged commit 2af6c96 into pytorch:main Jun 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants