Initial production-ready Gemma 3 vLLM ROCm stack

Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
Raghav
2026-04-18 22:53:38 +05:30
commit ef8537e923
18 changed files with 988 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# Environment and secrets
.env
backend/config/model.env
frontend/config/frontend.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
# Editor / OS
.DS_Store
.idea/
.vscode/
# Logs
*.log
# Runtime data
backend/data/
frontend/data/
models/