feat: initial commit with vLLM production stack and benchmark tools

This commit is contained in:
jrodriiguezg
2026-09-09 18:22:40 +02:00
commit 20ae3cfb48
10 changed files with 331 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Model weights cache (multi-GB data)
models_cache/
*.bin
*.safetensors
# Local environment file
.env
# Docker volumes
*-data/
# Python cache & virtualenv
__pycache__/
*.py[cod]
.venv/
venv/