requirements.txt 416 Bytes
Newer Older
1
2
ninja  # For faster builds.
psutil
3
ray >= 2.5.1
4
pandas  # Required for Ray data.
5
pyarrow  # Required for Ray data.
6
7
sentencepiece  # Required for LLaMA tokenizer.
numpy
8
einops  # Required for phi-1_5
Zhuohan Li's avatar
Zhuohan Li committed
9
torch >= 2.1.0
10
transformers >= 4.34.0  # Required for Mistral.
Zhuohan Li's avatar
Zhuohan Li committed
11
xformers >= 0.0.22.post7  # Required for CUDA 12.1.
12
fastapi
13
uvicorn[standard]
14
pydantic == 1.10.13  # Required for OpenAI server.
15
aioprometheus[starlette]