Update PyTorch-CUDA for CUDA 12.4.1 Bump#1947
Conversation
malfet
left a comment
There was a problem hiding this comment.
Sure, but wouldn't that create a problem when one tries to install pytorch-2.4.0 using this new pytorch-cuda definition?
|
Maybe. there was a build number change to distinguish the pytorch-cuda at 2.4.0 release time vs. the new pytorch-cuda. |
|
PyTorch-CUDA is like packaging index. The 2.4.0 binary's dependency should have already been hard-coded, therefore, it would know which cuda dependency conda package to pull? |
|
It looks like indeed the CUDA 12.4.1 anaconda pytorch-cuda package would be picked up, if this PR gets merged. |
|
What if we just upload the pytorch-cuda 12.4.1 packages to pytorch-nightly channel? |
Update constraints to use cuda 12.4.1 as [ and cuda 12.5.0 as )
CUDA 12.4.1 page: https://docs.nvidia.com/cuda/archive/12.4.1/cuda-toolkit-release-notes/index.html
CUDA 12.5.0 page: https://docs.nvidia.com/cuda/archive/12.5.0/cuda-toolkit-release-notes/index.html
Similar to: #1792
cc @atalman @malfet @ptrblck @eqy @tinglvv