docker_selfhosted / requirements.txt
Leon4gr45's picture
Update requirements.txt
9de0105 verified
raw
history blame contribute delete
225 Bytes
# For the vLLM engine
vllm
# For the web server and API
fastapi
uvicorn
# For the web UI
gradio==4.31.0
# Pydantic is used for API data validation
pydantic
# Required by vLLM and underlying models
transformers
accelerate