We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f2da9 commit f83755fCopy full SHA for f83755f
requirements.txt
@@ -10,9 +10,9 @@ setuptools>=77.0.3,<80.0.0
10
wheel
11
12
# 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
-
+--extra-index-url=https://download.pytorch.org/whl/xpu
+torch==2.8.0+xpu
+pytorch-triton-xpu
16
# may need oneapi packages
17
18
# tests
0 commit comments