CUDA version change #825
NiklasGustafsson
announced in
Announcements
Replies: 2 comments 1 reply
-
This new release of TorchSharp has been made as v0.99.0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With an update to libtorch 1.13, the underlying CUDA version is chainging to 11.7 instead of 11.3. This will mean that any project references to libtorch-cuda-11.3-* will have to change, and that any CUDA drivers you use have to be compatible with 11.7.
The new TorchSharp-cuda packages will reference the right version of libtorch-cuda automatically.
Beta Was this translation helpful? Give feedback.
All reactions