vllm/requirements.txt

12 lines
228 B
Plaintext
Raw Normal View History

ninja # For faster builds.
psutil
ray
sentencepiece # Required for LLaMA tokenizer.
numpy
torch >= 2.0.0
transformers >= 4.28.0 # Required for LLaMA.
xformers >= 0.0.19
fastapi
uvicorn
2023-05-24 12:39:50 +08:00
pydantic # Required for OpenAI server.