-
Notifications
You must be signed in to change notification settings - Fork 79
Missing pre-built binaries for Windows #1272
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
Comments
Hi @statist-bhfz , Thanks for reporting! Can you try |
@dfalbel thanks, installation with |
Interesting, we might have some clash with a library loaded by RStudio. What's your Rstudio version and Windows version? |
I have checked it on 2 PCs, both with Windows 10 22H2 and RStudio 2024.12.0 Build 467.
and no new errors after RStudio crash. |
Hi, I have the same problem with RStudio 2024.09.0 Build 375 |
Does only the GPU version crash? Or does it also happen for the CPU version? |
I tried options(timeout = 600) # increasing timeout is recommended since we will be downloading a 2GB file.
# For Windows and Linux: "cpu", "cu117" are the only currently supported
# For MacOS the supported are: "cpu-intel" or "cpu-m1"
kind <- "cpu"
version <- available.packages()["torch","Version"]
options(repos = c(
torch = sprintf("https://torch-cdn.mlverse.org/packages/%s/%s/", kind, version),
CRAN = "https://cloud.r-project.org" # or any other from which you want to install the other R dependencies.
))
install.packages("torch") It still crashes. |
Could you try running:
And see if the problem still occurs? Also in a few minutes we should be able to try the cuda version. We had a wrong version of cuDNN installed as a dependency. |
@dfalbel |
Awesome! |
https://torch.mlverse.org/docs/articles/installation.html#pre-built
torch
package installed from https://cloud.r-project.org/bin/windows/contrib/4.4/torch_0.14.1.zip needs system CUDA 11.8 or 12.4:The text was updated successfully, but these errors were encountered: