Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ResearchEngineering
/
AGI
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
58d70b1
AGI
139 kB
Ctrl+K
Ctrl+K
2 contributors
History:
69 commits
Dmitry Beresnev
Fix Docker build for modular llm-manager
58d70b1
about 1 month ago
cpp
Fix Docker build for modular llm-manager
about 1 month ago
python
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
about 1 month ago
.clang-format
Safe
69 Bytes
add cpp server
about 1 month ago
.gitattributes
Safe
1.52 kB
initial commit
5 months ago
.gitignore
Safe
1.21 kB
add auth, token policy, queue scheduler, and cancel flow, etc
about 1 month ago
Dockerfile
Safe
5.63 kB
Fix Docker build for modular llm-manager
about 1 month ago
README.md
Safe
11.5 kB
fix description
about 1 month ago
config.toml.example
Safe
847 Bytes
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
about 1 month ago
pyproject.toml
Safe
471 Bytes
fix gitignore, app and logger, etc
3 months ago