Skip to content

Commit 78b9de3

Browse files
authored
Update build-and-release.yaml
1 parent caceb89 commit 78b9de3

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: Build wheels
7171
uses: pypa/cibuildwheel@v2.17.0
7272
env:
73-
CIBW_ARCHS: "auto"
73+
CIBW_ARCHS: "auto64"
7474
# disable repair
7575
CIBW_REPAIR_WHEEL_COMMAND: ""
7676
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_AVX=off -DLLAMA_AVX2=off -DLLAMA_FMA=off -DLLAMA_F16C=off'

0 commit comments

Comments
 (0)