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
Torch 2.3.x only supports CUDA 12.1
Torch 2.4, which came out 3 weeks ago (current Docker builds are older), supports CUDA 12.4 and also Python 3.12 Upcoming Torch 2.4.1 seems to support CUDA 12.5.
I see the dependencies simply specify latest torch, so maybe just rebuilding the current image and pushing an update would be enough?
EDIT: Apparently I am ignorant for thinking you need to match host CUDA version to the torch version, newer CUDA on host seems to work fine with older CUDA on apps and was running into a Docker documentation issue with not being able to get it to run, but updating the image would still be nice.
The text was updated successfully, but these errors were encountered:
C0rn3j
changed the title
Support Torch 2.4
Support Torch 2.4 for CUDA 12.4
Aug 12, 2024
Is there any issue with older torch or CUDA here or just a request for updated versions? I update as far as I can normally, but some things have tough dependencies.
Not really,
I realized you can have a newer CUDA on host and just run with older CUDA on the actual apps too late, otherwise I would have not made this issue.
2.4.0 does add Python 3.12 compatiblity though, which some people would probably welcome as modern distros now ship with that.
matatonic
changed the title
Support Torch 2.4 for CUDA 12.4
Support Python 3.12, Torch 2.4, CUDA 12.4
Aug 15, 2024
I'll leave this open because it should be done eventually, but for now it's not going to happen, I've already tried upgrading to torch 2.3 and had a host of problems.
Torch 2.3.x only supports CUDA 12.1
Torch 2.4, which came out 3 weeks ago (current Docker builds are older), supports CUDA 12.4 and also Python 3.12
Upcoming Torch 2.4.1 seems to support CUDA 12.5.
I see the dependencies simply specify latest torch, so maybe just rebuilding the current image and pushing an update would be enough?
EDIT: Apparently I am ignorant for thinking you need to match host CUDA version to the torch version, newer CUDA on host seems to work fine with older CUDA on apps and was running into a Docker documentation issue with not being able to get it to run, but updating the image would still be nice.
The text was updated successfully, but these errors were encountered: