Install Torch from files
Installs Torch and its dependencies from files.
install_torch_from_file( version = "1.8.0", type = install_type(version = version), libtorch, liblantern, ... )
version |
The Torch version to install. |
type |
The installation type for Torch. Valid values are |
libtorch |
The installation archive file to use for Torch. Shall be a |
liblantern |
The installation archive file to use for Lantern. Shall be a |
... |
other parameters to be passed to |
When "install_torch()"
initiated download is not possible, but installation archive files are
present on local filesystem, "install_torch_from_file()"
can be used as a workaround to installation issue.
"libtorch"
is the archive containing all torch modules, and "liblantern"
is the C interface to libtorch
that is used for the R package. Both are highly dependent, and should be checked through "get_install_libs_url()"
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.