Skip to content

Commit

Permalink
fix version for installation (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jan 25, 2024
1 parent 92a8a05 commit 0e9fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0e9fdd7

Please sign in to comment.