mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 05:34:55 +08:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
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
|