Skip to content

Commit 0e7d135

Browse files
authored
Update build-and-release.yaml
1 parent 79619a5 commit 0e7d135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
name: wheels-${{ matrix.os }}
4747
path: ./wheelhouse/*.whl
48-
48+
4949
build_wheels_mac:
5050
name: Build wheels on ${{ matrix.os }}
5151
runs-on: ${{ matrix.os }}
@@ -72,9 +72,9 @@ jobs:
7272
- name: Build wheels
7373
uses: pypa/cibuildwheel@v2.17.0
7474
env:
75+
CIBW_ARCHS: "auto64"
7576
# disable repair
7677
CIBW_REPAIR_WHEEL_COMMAND: ""
77-
CIBW_ARCHS_MACOS: "x86_64"
7878
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_AVX=off -DLLAMA_AVX2=off -DLLAMA_FMA=off -DLLAMA_F16C=off'
7979
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
8080
with:

0 commit comments

Comments
 (0)