Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
bundled_models.cpp File Reference

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>
Include dependency graph for bundled_models.cpp:

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")
 

Detailed Description

BundledModels registry implementation.

Version
1.8.2

Definition in file bundled_models.cpp.

Function Documentation

◆ parse_bundled_entry()

static std::string entropic::config::parse_bundled_entry ( ryml::ConstNodeRef  child,
BundledModelEntry entry 
)
static

Parse one bundled-model YAML entry into entry.

Parameters
childYAML node for the entry.
[out]entryPopulated entry.
Returns
Empty on success, error message if 'name' is missing.

Definition at line 66 of file bundled_models.cpp.

Variable Documentation

◆ s_log

auto s_log = entropic::log::get("config")
static

Definition at line 17 of file bundled_models.cpp.