mlverse / torch

R Interface to Torch
https://torch.mlverse.org
Other
483 stars 66 forks source link

plans to support cuda 12.3? #1137

Open vjcitn opened 4 months ago

vjcitn commented 4 months ago

this is a showstopper for a relatively new device

vjcitn commented 4 months ago
> library(torch)
i Additional software needs to be downloaded and installed for torch to work correctly.
Do you want to continue? (Yes/no/cancel) yes
Warning message:
i Failed to install torch, manually run `install_torch()`
Unsupported CUDA version "12.3"
Caused by error in `check_supported_version()`:
x Unsupported CUDA version "12.3"
i Currently supported versions are: "11.7" and "11.8". 
jmgirard commented 1 month ago

I am able to get torch installed with support for CUDA 12.4 on Linux using the following approach: https://github.com/pytorch/pytorch/issues/104417#issuecomment-2029616386

Is it possible to tell the R torch package to use this installation instead of trying to rebuild it itself?