File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments