Skip to content

Commit a28c7a2

Browse files
committed
PyTorch 2.7 support
1 parent 7322033 commit a28c7a2

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
@@ -83,14 +83,14 @@ jobs:
8383
shell:
8484
bash
8585

86-
- name: Build wheel on CPU
86+
- name: Build wheel for CPU
8787
if: ${{ matrix.cuda-version == 'cpu' }}
8888
run: |
8989
FORCE_ONLY_CPU=1 python setup.py bdist_wheel --dist-dir=dist
9090
shell:
9191
bash
9292

93-
- name: Build wheel on GPU
93+
- name: Build wheel for GPU
9494
if: ${{ matrix.cuda-version != 'cpu' }}
9595
run: |
9696
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh

0 commit comments

Comments
 (0)