feat: add requirements.txt for vLLM models

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 13:25:03 +01:00
parent d67667c79f
commit b94df17845

View File

@@ -1,4 +1,5 @@
# vLLM Text Generation Service Dependencies
# vLLM engine (will install compatible torch, transformers, etc.)
vllm==0.6.4.post1
vllm==0.6.3.post1
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
python-dotenv==1.0.0