|
Entropic 2.3.8
Local-first agentic inference engine
|
BundledModels registry implementation. More...
#include <entropic/config/bundled_models.h>#include <entropic/entropic_config.h>#include <entropic/types/logging.h>#include "yaml_util.h"#include <cstdlib>#include <vector>#include <dlfcn.h>
Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Functions | |
| static std::string | entropic::config::parse_bundled_entry (ryml::ConstNodeRef child, BundledModelEntry &entry) |
Parse one bundled-model YAML entry into entry. | |
Variables | |
| static auto | s_log = entropic::log::get("config") |
|
static |
Parse one bundled-model YAML entry into entry.
| child | YAML node for the entry. | |
| [out] | entry | Populated entry. |
Definition at line 66 of file bundled_models.cpp.
|
static |
Definition at line 17 of file bundled_models.cpp.