Skip to content

Commit 0e3a9c0

Browse files
authored

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/e2e-reusable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
# cmake 3.22.1 does not work with the recent torchaudio: https://github.com/intel/intel-xpu-backend-for-triton/issues/2079
8888
pip install wheel cmake
8989
90+
# https://github.com/pytorch/data/blob/e316c5ca1ab2a4f69dd6d48e8fc9c6f8d0c7c468/README.md?plain=1#L6-L15
91+
- name: Install pinned torchdata
92+
run: |
93+
pip install torchdata==0.9.0
94+
9095
- name: Setup PyTorch
9196
uses: ./.github/actions/setup-pytorch
9297
with:

.github/workflows/nightly-wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
# cmake 3.22.1 does not work with the recent torchaudio: https://github.com/intel/intel-xpu-backend-for-triton/issues/2079
5050
pip install wheel cmake
5151
52+
# https://github.com/pytorch/data/blob/e316c5ca1ab2a4f69dd6d48e8fc9c6f8d0c7c468/README.md?plain=1#L6-L15
53+
- name: Install pinned torchdata
54+
run: |
55+
pip install torchdata==0.9.0
56+
5257
- name: Setup PyTorch
5358
uses: ./.github/actions/setup-pytorch
5459
with:

0 commit comments

Comments
 (0)