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