Skip to content

Commit f83755f

Browse files
authored
use torch-xpu 2.8 link (#6)
* use torch-xpu 2.8 Signed-off-by: Kunshang Ji <[email protected]> * typo Signed-off-by: Kunshang Ji <[email protected]> --------- Signed-off-by: Kunshang Ji <[email protected]>
1 parent 57f2da9 commit f83755f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ setuptools>=77.0.3,<80.0.0
1010
wheel
1111

1212
# torch dependency
13-
torch @ https://download.pytorch.org/whl/nightly/xpu/torch-2.8.0.dev20250627%2Bxpu-cp310-cp310-linux_x86_64.whl
14-
pytorch-triton-xpu @ https://download.pytorch.org/whl/nightly/pytorch_triton_xpu-3.4.0%2Bgitae324eea-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
15-
13+
--extra-index-url=https://download.pytorch.org/whl/xpu
14+
torch==2.8.0+xpu
15+
pytorch-triton-xpu
1616
# may need oneapi packages
1717

1818
# tests

0 commit comments

Comments
 (0)