Skip to content

Commit 74f6cdf

Browse files
authored
Update build-and-release.yaml
1 parent 6af3934 commit 74f6cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build wheels
3232
uses: pypa/cibuildwheel@v2.17.0
3333
env:
34-
CIBW_ARCHS: "auto32"
34+
CIBW_ARCHS: "auto"
3535
# disable repair
3636
CIBW_REPAIR_WHEEL_COMMAND: ""
3737
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS -DLLAMA_AVX=off -DLLAMA_AVX2=off -DLLAMA_FMA=off -DLLAMA_F16C=off'

0 commit comments

Comments
 (0)