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-05-01 02:25:36 -04:00
|
|
|
setuptools>=77.0.3,<80.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-06-27 00:27:18 +08:00
|
|
|
numba == 0.60.0 # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
|
2025-08-09 08:03:45 +08:00
|
|
|
--extra-index-url=https://download.pytorch.org/whl/xpu
|
|
|
|
|
torch==2.8.0+xpu
|
2025-03-11 10:11:47 -07:00
|
|
|
torchaudio
|
|
|
|
|
torchvision
|
|
|
|
|
pytorch-triton-xpu
|
2025-03-14 17:25:28 -04:00
|
|
|
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
2025-08-09 08:03:45 +08:00
|
|
|
intel-extension-for-pytorch==2.8.10+xpu
|