torch icon indicating copy to clipboard operation
torch copied to clipboard

Question about installation from pre-built binaries

Open sebffischer opened this issue 7 months ago • 4 comments

The installation guide mentions that it is possible to install torch from pre-built binaries on linux, but when following the installation instructions, I get:

install.packages("torch", type = "binary")
Error in install.packages("torch", type = "binary") : 
  type 'binary' is not supported on this platform

Does this only work on specific linux distributions or should this work in general? I get the same results on CentOS 7 and Ubuntu 22.04

sebffischer avatar Jul 01 '24 20:07 sebffischer