We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7322033 commit a28c7a2Copy full SHA for a28c7a2
.github/workflows/building.yml
@@ -83,14 +83,14 @@ jobs:
83
shell:
84
bash
85
86
- - name: Build wheel on CPU
+ - name: Build wheel for CPU
87
if: ${{ matrix.cuda-version == 'cpu' }}
88
run: |
89
FORCE_ONLY_CPU=1 python setup.py bdist_wheel --dist-dir=dist
90
91
92
93
- - name: Build wheel on GPU
+ - name: Build wheel for GPU
94
if: ${{ matrix.cuda-version != 'cpu' }}
95
96
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
0 commit comments