ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::config::LocalConfig Struct Reference

Configuration for a local LLM execution engine. More...

#include <config.hpp>

Public Attributes

std::string model_path
 Path to the model weights file.
std::string model_id
 Unique identifier for routing.
int context_size = 2048
 Context window size in tokens.
int n_threads = 4
 CPU threads for inference.
bool use_gpu = false
 Enable GPU acceleration.

Detailed Description

Configuration for a local LLM execution engine.


The documentation for this struct was generated from the following file: