get_install_urls: List of installation files to download
Description
List the 'LibTorch' and 'MistNet' files to download as local files
in order to proceed with install_mistnet_from_file()
.
Usage
get_install_urls(version = "1.10.2", type = install_type(version = version))
Value
a named list with character urls
Arguments
- version
The 'LibTorch' version to install.
- type
The installation type for 'LibTorch'. Valid value is currently "cpu"
.