mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 09:30:43 +08:00
Signed-off-by: bbartels <benjamin@bartels.dev> Signed-off-by: Benjamin Bartels <benjamin@bartels.dev> Co-authored-by: omer-dayan <omdayan@nvidia.com> Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
# Common dependencies
|
|
-r common.txt
|
|
|
|
numba == 0.61.2 # Required for N-gram speculative decoding
|
|
|
|
# Dependencies for AMD GPUs
|
|
datasets
|
|
ray[cgraph]>=2.48.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
|
|
peft
|
|
pytest-asyncio
|
|
tensorizer==2.10.1
|
|
packaging>=24.2
|
|
setuptools>=77.0.3,<80.0.0
|
|
setuptools-scm>=8
|
|
runai-model-streamer[s3,gcs]==0.15.0
|
|
conch-triton-kernels==1.2.1
|
|
timm>=1.0.17
|