Skip to content

Commit

Permalink
Pin torchdata version (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin authored Dec 11, 2024
1 parent 718a7fd commit 0e3a9c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ jobs:
# cmake 3.22.1 does not work with the recent torchaudio: https://github.com/intel/intel-xpu-backend-for-triton/issues/2079
pip install wheel cmake
# https://github.com/pytorch/data/blob/e316c5ca1ab2a4f69dd6d48e8fc9c6f8d0c7c468/README.md?plain=1#L6-L15
- name: Install pinned torchdata
run: |
pip install torchdata==0.9.0
- name: Setup PyTorch
uses: ./.github/actions/setup-pytorch
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
# cmake 3.22.1 does not work with the recent torchaudio: https://github.com/intel/intel-xpu-backend-for-triton/issues/2079
pip install wheel cmake
# https://github.com/pytorch/data/blob/e316c5ca1ab2a4f69dd6d48e8fc9c6f8d0c7c468/README.md?plain=1#L6-L15
- name: Install pinned torchdata
run: |
pip install torchdata==0.9.0
- name: Setup PyTorch
uses: ./.github/actions/setup-pytorch
with:
Expand Down

0 comments on commit 0e3a9c0

Please sign in to comment.