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 847d9fc commit a8332a5Copy full SHA for a8332a5
.github/workflows/pip-test-windows.yml
@@ -75,9 +75,7 @@ jobs:
75
- name: Install PyTorch (wheels)
76
run: |
77
.venv\Scripts\activate.ps1
78
- # The latest wheel does not work, see https://github.com/intel/intel-xpu-backend-for-triton/issues/3177#issuecomment-2599817729
79
- # Use the latest good one
80
- pip install torch==2.7.0.dev20250110+xpu --index-url https://download.pytorch.org/whl/nightly/xpu
+ pip install torch --index-url https://download.pytorch.org/whl/nightly/xpu
81
82
- name: PyTorch version
83
0 commit comments