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
|