Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
megharudushi
/
agentic-api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
agentic-api
104 kB
Ctrl+K
Ctrl+K
2 contributors
History:
11 commits
MiniMax Agent
v5: Minimal lazy-loading architecture for instant startup
ee3c612
4 months ago
examples
Add OpenAI API compatible endpoints for OpenELM models
4 months ago
.gitattributes
Safe
1.52 kB
initial commit
4 months ago
Dockerfile
Safe
1.41 kB
Update Dockerfile to use app_v4 with background model loading
4 months ago
Dockerfile.api
Safe
319 Bytes
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago
README.md
Safe
5.11 kB
Implement lazy loading - model loads on first request to avoid startup timeouts
4 months ago
README_LOCAL.md
Safe
8.77 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago
app.py
Safe
16.6 kB
v5: Minimal lazy-loading architecture for instant startup
4 months ago
app_ollama.py
Safe
10.9 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago
app_v4.py
Safe
23 kB
Add v4 with background model loading - prevents timeout by loading model after server starts
4 months ago
docker-compose.yml
Safe
871 Bytes
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago
openelm_tokenizer.py
Safe
7.69 kB
Fix OpenELM tokenizer loading - use LlamaTokenizer as fallback
4 months ago
requirements.txt
Safe
97 Bytes
Fix tokenizer issues: add sentencepiece dependency and robust loading strategy
4 months ago
requirements_local.txt
Safe
287 Bytes
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago
setup_ollama_openelm.sh
Safe
9.05 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago
test_curl.sh
Safe
1.69 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago
test_python.py
Safe
2.17 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
4 months ago