Skip to content

Commit

Permalink
Use latest PyTorch wheel for Windows (#3581)
Browse files Browse the repository at this point in the history
Previously we used a pinned version of PyTorch. Looks like the issue mentioned in
#3177 (comment)
is now fixed, we can enable using the latest wheel.
  • Loading branch information
pbchekin authored Feb 28, 2025
1 parent 847d9fc commit a8332a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pip-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ jobs:
- name: Install PyTorch (wheels)
run: |
.venv\Scripts\activate.ps1
# The latest wheel does not work, see https://github.com/intel/intel-xpu-backend-for-triton/issues/3177#issuecomment-2599817729
# Use the latest good one
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
- name: PyTorch version
run: |
Expand Down

0 comments on commit a8332a5

Please sign in to comment.