8000 Update build-and-release.yaml · Smartappli/llama-cpp-python@a4f25b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4f25b4

Browse files
authored
Update build-and-release.yaml
1 parent 0c0946e commit a4f25b4

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
@@ -75,7 +75,7 @@ jobs:
7575
# disable repair
7676
CIBW_REPAIR_WHEEL_COMMAND: ""
7777
CIBW_PLATFORM: "macos"
78-
CIBW_ARCHS: "arm64"
78+
CIBW_ARCHS: "x86_64"
7979
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_AVX=off -DLLAMA_AVX2=off -DLLAMA_FMA=off -DLLAMA_F16C=off'
8080
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
8181
with:

0 commit comments

Comments
 (0)
0