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
2024-11-12 15:06:48 -08:00
cmake>=3.26
2024-09-27 23:45:50 -07:00
packaging
setuptools-scm>=8
2025-02-23 00:05:35 +08:00
setuptools>=75.8.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
2024-11-07 09:29:03 +08:00
2025-03-11 10:11:47 -07:00
torch==2.6.0+xpu
torchaudio
torchvision
pytorch-triton-xpu
--extra-index-url=https://download.pytorch.org/whl/xpu
2024-06-18 02:01:25 +08:00
2025-03-11 10:11:47 -07:00
# Please refer xpu doc, we need manually install intel-extension-for-pytorch 2.6.10+xpu due to there are some conflict dependencies with torch 2.6.0+xpu
# FIXME: This will be fix in ipex 2.7. just leave this here for awareness.
# intel-extension-for-pytorch==2.6.10+xpu
oneccl_bind_pt==2.6.0+xpu
2025-03-14 17:25:28 -04:00
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/