From 0e9fdd78852601b655eed48a2eaf5e22033dead0 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Thu, 25 Jan 2024 21:17:48 +0100 Subject: [PATCH] fix version for installation (#1131) --- vignettes/installation.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/installation.Rmd b/vignettes/installation.Rmd index f5e3db55ba..cf9e35911b 100644 --- a/vignettes/installation.Rmd +++ b/vignettes/installation.Rmd @@ -125,7 +125,7 @@ To install from the pre-built binaries, you can use the following: 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 <- "cu117" +kind <- "cu118" version <- available.packages()["torch","Version"] options(repos = c( torch = sprintf("https://storage.googleapis.com/torch-lantern-builds/packages/%s/%s/", kind, version),