mirror of
https://github.com/vllm-project/vllm.git
synced 2025-12-06 06:53:12 +08:00
19 lines
520 B
Plaintext
19 lines
520 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.3
|
|
conch-triton-kernels==1.2.1
|
|
timm>=1.0.17
|
|
fastsafetensors @ git+https://github.com/foundation-model-stack/fastsafetensors.git@d6f998a03432b2452f8de2bb5cefb5af9795d459
|