AGI / cpp /runtime_components.cpp

Commit History

Add inference metrics + bench script, tune threads/batch for 2-vCPU HF Space, backoff on readiness polling
27c1c3c
Running

Dmitry Beresnev commited on

Enforce max_tokens upstream, prune request registry, reap dead workers,
30c6ca2

Dmitry Beresnev commited on

Log detailed error bodies for UI failures
7caa6ba

Dmitry Beresnev commited on

fix build bugs
acdc6c1

Dmitry Beresnev commited on

Refactor the C++ LLM manager into modular components, moves Python modules under python/, and keeps the current control-plane behavior intact. The C++ server now has clearer separation for config, model lifecycle, runtime services, request parsing, HTTP helpers, and server routing, while Docker build/runtime paths were updated to compile multiple C++ files and load Python code from the new package folder
332826f

Dmitry Beresnev commited on