From 7d63b77f0a5f86befec061bb5edbe171003f06fe Mon Sep 17 00:00:00 2001 From: "C. Regouby" Date: Wed, 12 Nov 2025 19:13:14 +0100 Subject: [PATCH 1/2] add interactive install script --- vignettes/articles/compatibility-matrix.Rmd | 180 +++++++++++++++++++- 1 file changed, 175 insertions(+), 5 deletions(-) diff --git a/vignettes/articles/compatibility-matrix.Rmd b/vignettes/articles/compatibility-matrix.Rmd index 3fbc33a803..d3461c8583 100644 --- a/vignettes/articles/compatibility-matrix.Rmd +++ b/vignettes/articles/compatibility-matrix.Rmd @@ -22,9 +22,179 @@ Finding the right combination of libtorch, {torch}, and CUDA can be tricky. This | CUDA version | Suitable {torch} version | |:------------:|:---------------------------:| -| 11.6 | 0.10.0 (Linux only), 0.11.0 | -| 11.7 | 0.10.0 to 0.13.0 | -| 11.8 | 0.12.0 to 0.15.x | -| 12.4 | 0.14.x to 0.15.x | -| 12.6 | 0.16.x | | 12.8 | 0.16.x | +| 12.6 | 0.16.x | +| 12.4 | 0.14.x to 0.15.x | +| 11.8 | 0.12.0 to 0.15.x | +| 11.7 | 0.10.0 to 0.13.0 | +| 11.6 | 0.10.0 (Linux only), 0.11.0 | + + +--- + +## Interactive Install Guide + +Select your system specifications to generate the recommended installation command. + + + +
+

1. Operating System

+ + + + + + +
+ +
+

2. CUDA Version

+ + + + + + + + + + + + + + +
+ +

3. Run this command in R

+
+ + Select your options above... + + +
+ + \ No newline at end of file From 1c53778c76ea3bba75359bbb06338d7149e49e3b Mon Sep 17 00:00:00 2001 From: "C. Regouby" Date: Wed, 12 Nov 2025 20:18:09 +0100 Subject: [PATCH 2/2] - prefer CUDA 12.8 as default - move explicit CUDA and Debug to a third selector --- vignettes/articles/compatibility-matrix.Rmd | 152 +++++++++++--------- 1 file changed, 85 insertions(+), 67 deletions(-) diff --git a/vignettes/articles/compatibility-matrix.Rmd b/vignettes/articles/compatibility-matrix.Rmd index d3461c8583..6bc4cfb4e6 100644 --- a/vignettes/articles/compatibility-matrix.Rmd +++ b/vignettes/articles/compatibility-matrix.Rmd @@ -59,7 +59,7 @@ Select your system specifications to generate the recommended installation comma

2. CUDA Version

- + @@ -71,10 +71,18 @@ Select your system specifications to generate the recommended installation comma - +
+
+

3. Debug Mode

+ + + + +
+

3. Run this command in R

@@ -84,7 +92,7 @@ Select your system specifications to generate the recommended installation comma