Inspect detected hardware resources
hardware_profile.RdReturns the cached system profile recorded by localLLM when the package was attached. The probe captures approximate CPU, RAM, and GPU capacity so that safety warnings can estimate whether a model fits the device.
Value
A list describing the operating system, CPU cores, total RAM (bytes), GPU information and detection timestamp.
Examples
if (interactive()) {
hardware_profile()
}