mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 11:26:16 +08:00
20 lines
502 B
Plaintext
20 lines
502 B
Plaintext
# Common dependencies
|
|
-r common.txt
|
|
|
|
ray>=2.9
|
|
cmake>=3.26.1
|
|
packaging>=24.2
|
|
setuptools-scm>=8
|
|
setuptools>=77.0.3,<80.0.0
|
|
wheel
|
|
jinja2>=3.1.6
|
|
datasets # for benchmark scripts
|
|
numba == 0.60.0 # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
|
|
--extra-index-url=https://download.pytorch.org/whl/xpu
|
|
torch==2.8.0+xpu
|
|
torchaudio
|
|
torchvision
|
|
pytorch-triton-xpu
|
|
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
|
intel-extension-for-pytorch==2.8.10+xpu
|