2024-06-18 02:01:25 +08:00
|
|
|
# Common dependencies
|
2025-03-08 17:44:35 +01:00
|
|
|
-r common.txt
|
2024-06-18 02:01:25 +08:00
|
|
|
|
2025-03-11 10:11:47 -07:00
|
|
|
ray>=2.9
|
2025-06-03 15:16:17 +08:00
|
|
|
cmake>=3.26.1
|
2025-05-01 02:25:36 -04:00
|
|
|
packaging>=24.2
|
2024-09-27 23:45:50 -07:00
|
|
|
setuptools-scm>=8
|
2025-11-08 14:30:18 -08:00
|
|
|
setuptools>=77.0.3,<81.0.0
|
2024-09-27 23:45:50 -07:00
|
|
|
wheel
|
2025-03-15 01:38:19 -04:00
|
|
|
jinja2>=3.1.6
|
2025-03-11 10:11:47 -07:00
|
|
|
datasets # for benchmark scripts
|
2025-10-08 18:40:42 +01:00
|
|
|
numba == 0.61.2 # Required for N-gram speculative decoding
|
2025-11-25 09:34:47 +08:00
|
|
|
--extra-index-url=https://download.pytorch.org/whl/xpu
|
2026-02-03 14:46:10 +08:00
|
|
|
torch==2.10.0+xpu
|
2025-03-11 10:11:47 -07:00
|
|
|
torchaudio
|
|
|
|
|
torchvision
|
2025-09-08 10:07:16 +08:00
|
|
|
|
2026-02-11 11:33:59 +08:00
|
|
|
vllm_xpu_kernels @ https://github.com/vllm-project/vllm-xpu-kernels/releases/download/v0.1.2/vllm_xpu_kernels-0.1.2-cp312-cp312-linux_x86_64.whl
|