mirror of https://github.com/vllm-project/vllm
17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
ray >= 2.9
|
|
cmake>=3.26
|
|
ninja
|
|
packaging
|
|
setuptools-scm>=8
|
|
wheel
|
|
jinja2
|
|
# Following pkgs retrieved from https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
|
torch == 2.3.1+cxx11.abi
|
|
intel-extension-for-pytorch == 2.3.110+xpu
|
|
oneccl_bind_pt == 2.3.100+xpu
|
|
|
|
triton-xpu == 3.0.0b1
|