File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ jobs:
202202 - if : runner.os == 'windows'
203203 name : Install torch cpu from pytorch.org (Windows only)
204204 run : |
205- # BUG: PyTorch 2.8.0 appears to have a gloo bug under Windows with failing distributed tests
206205 python -m pip install torch==${WIN_FULLDEP_VER} torchvision==${WIN_FULLDEP_VISION_VER}+cpu --index-url https://download.pytorch.org/whl/cpu
207206 shell : bash
208207 - if : runner.os != 'windows'
Original file line number Diff line number Diff line change 3737 run : |
3838 find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
3939 rm -rf /usr/share/dotnet/
40- - uses : conda-incubator/setup-miniconda@v3
40+ - uses : conda-incubator/setup-miniconda@v4
4141 with :
4242 auto-update-conda : true
4343 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments