Skip to contents

This function downloads and installs the pre-compiled C++ backend library required for the localLLM package to function.

Usage

install_localLLM()

Value

Returns NULL invisibly. Called for side effects.

Details

This function downloads platform-specific pre-compiled binaries from GitHub releases. The backend library is stored in the user's data directory and loaded at runtime. Internet connection is required for the initial download.

Examples

if (FALSE) { # \dontrun{
# Install the backend library
install_localLLM()
} # }