-
Notifications
You must be signed in to change notification settings - Fork 180
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
Can't find Cuda 11.* linux runtime for torch 2.1.* #1207
Comments
I have a possible solution - version 1.0.0 of |
Unfortunately, TorchSharp is currently not allocated enough staffing that we can afford to maintain support for two CUDA versions. |
@NiklasGustafsson Understood, maybe I can try build libtorch 2.1.* for CUDA 11.8, is there any document on how torchsharp does that? |
I believe it's more of a personal case, for most customers they can simply upgrade their GPU driver to >525 and use cuda 12 runtime. However, updating GPU driver is not an option to me so I'm stuck with Cuda 11.*
Anyway, I'm trying to use
Torchsharp.PyBridge
to load .pt weights directly from python.Torchsharp.PyBridge
requriesTorchsharp
with version later than 0.101.3 and libtorch version later than 2.1.. However it seems that the latest libtorch version supported by all libtorch-cuda-11. runtimes on nuget is 2.0.. Which means that there's no cuda 11. runtime available on nuget if I want to useTorchsharp
later than 0.101.*So is there any plan to release a cuda 11 runtime package for
Torchsharp 0.101
andlibtorch 2.1.*
? According to pytorch, it seems thatCuda 11.8
will be the earliest cuda version supported by libtorch 2.1.*, would really be appreciated if that runtime package is supported by TorchsharpThe text was updated successfully, but these errors were encountered: