Hugging Face
Models
Datasets
Spaces
Community
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
2 contributors
History:
11 commits
MiniMax Agent
v5: Minimal lazy-loading architecture for instant startup
ee3c612
27 days ago
examples
Add OpenAI API compatible endpoints for OpenELM models
27 days ago
.gitattributes
1.52 kB
initial commit
27 days ago
Dockerfile
1.41 kB
Update Dockerfile to use app_v4 with background model loading
27 days ago
Dockerfile.api
319 Bytes
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago
README.md
5.11 kB
Implement lazy loading - model loads on first request to avoid startup timeouts
27 days ago
README_LOCAL.md
8.77 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago
app.py
16.6 kB
v5: Minimal lazy-loading architecture for instant startup
27 days ago
app_ollama.py
10.9 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago
app_v4.py
23 kB
Add v4 with background model loading - prevents timeout by loading model after server starts
27 days ago
docker-compose.yml
871 Bytes
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago
openelm_tokenizer.py
7.69 kB
Fix OpenELM tokenizer loading - use LlamaTokenizer as fallback
27 days ago
requirements.txt
97 Bytes
Fix tokenizer issues: add sentencepiece dependency and robust loading strategy
27 days ago
requirements_local.txt
287 Bytes
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago
setup_ollama_openelm.sh
9.05 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago
test_curl.sh
1.69 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago
test_python.py
2.17 kB
Add complete local Ollama setup with OpenELM - includes setup script, API server, test scripts, and documentation
27 days ago