File size: 225 Bytes
fb40632
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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