llama_system_info: Get system information string

View source: R/llama.R

llama_system_infoR Documentation

Get system information string

Description

Returns a string with information about the system capabilities detected by llama.cpp (SIMD support, etc.).

Usage

llama_system_info()

Value

A character scalar with system capability information.

Examples

cat(llama_system_info(), "\n")

llamaR documentation built on May 28, 2026, 1:06 a.m.