Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ResearchEngineering
/
AGI
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AGI
/
cpp
88.9 kB
Ctrl+K
Ctrl+K
2 contributors
History:
18 commits
Dmitry Beresnev
Add inference metrics + bench script, tune threads/batch for 2-vCPU HF Space, backoff on readiness polling
27c1c3c
18 days ago
config.cpp
Safe
10.2 kB
Enforce max_tokens upstream, prune request registry, reap dead workers,
18 days ago
config.h
Safe
448 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
4 months ago
http_helpers.cpp
Safe
3.46 kB
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
4 months ago
http_helpers.h
Safe
511 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
4 months ago
llm_manager.cpp
Safe
2.2 kB
Enforce max_tokens upstream, prune request registry, reap dead workers,
18 days ago
llm_manager_types.cpp
Safe
600 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
4 months ago
llm_manager_types.h
Safe
3.71 kB
Enforce max_tokens upstream, prune request registry, reap dead workers,
18 days ago
model_manager.cpp
Safe
9.26 kB
Add inference metrics + bench script, tune threads/batch for 2-vCPU HF Space, backoff on readiness polling
18 days ago
model_manager.h
Safe
1.24 kB
Enforce max_tokens upstream, prune request registry, reap dead workers,
18 days ago
request_parsing.cpp
Safe
2.97 kB
fix request parsing
4 months ago
request_parsing.h
Safe
269 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
4 months ago
runtime_components.cpp
Safe
17.8 kB
Add inference metrics + bench script, tune threads/batch for 2-vCPU HF Space, backoff on readiness polling
18 days ago
runtime_components.h
Safe
5.24 kB
Add inference metrics + bench script, tune threads/batch for 2-vCPU HF Space, backoff on readiness polling
18 days ago
server.cpp
Safe
30.1 kB
Enforce max_tokens upstream, prune request registry, reap dead workers,
18 days ago
server.h
Safe
846 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
4 months ago