-
Notifications
You must be signed in to change notification settings - Fork 100
[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
Conversation
@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. |
"mkl", | ||
] | ||
} | ||
PACKAGES_PER_PROJECT = [ |
There was a problem hiding this comment.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
{"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"}, |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
This should enable Nvidia, Intel, AMD to submit PRs for updating the dependent libraries