File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 6464 FREEZE_REQUIREMENTS : ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
6565 TORCH_URL_STABLE : " https://download.pytorch.org/whl/cpu/"
6666 TORCH_URL_TEST : " https://download.pytorch.org/whl/test/cpu/"
67- # TODO: Remove this - Enable running MPS tests on this platform
68- DISABLE_MPS : ${{ matrix.os == 'macOS-14' && '1' || '0' }}
6967 UV_TORCH_BACKEND : " cpu"
7068 steps :
7169 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 6969 TORCH_URL_STABLE : " https://download.pytorch.org/whl/cpu/"
7070 TORCH_URL_TEST : " https://download.pytorch.org/whl/test/cpu/"
7171 FREEZE_REQUIREMENTS : ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
72- # TODO: Remove this - Enable running MPS tests on this platform
73- DISABLE_MPS : ${{ matrix.os == 'macOS-14' && '1' || '0' }}
7472 UV_TORCH_BACKEND : " cpu"
7573 steps :
7674 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments