mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-05 01:27:10 +08:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
setuptools < 70.0.0 # IPEX's torch have some dependency. to be removed.
|
|
|
|
ray >= 2.9
|
|
# 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.0b2
|