Skip to content

Commit 2d4f195

Browse files
committed
PyTorch 2.7 support
1 parent d1a9621 commit 2d4f195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/building.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
run: |
9898
bash .github/workflows/metis-${{ runner.os }}.sh
9999
100-
- name: Build wheel on CPU
100+
- name: Build wheel for CPU
101101
if: ${{ matrix.cuda-version == 'cpu' }}
102102
run: |
103103
FORCE_ONLY_CPU=1 WITH_METIS=1 python setup.py bdist_wheel --dist-dir=dist
104104
shell:
105105
bash
106106

107-
- name: Build wheel on GPU
107+
- name: Build wheel for GPU
108108
if: ${{ matrix.cuda-version != 'cpu' }}
109109
run: |
110110
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh

0 commit comments

Comments
 (0)