We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cfbd6 commit f942a24Copy full SHA for f942a24
1 file changed
.github/workflows/wheels.yml
@@ -56,6 +56,7 @@ jobs:
56
CIBW_ARCHS: auto
57
# for windows setup.py repairwheel step should solve it
58
CIBW_SKIP: pp* cp38-*
59
+ CIBW_ENVIRONMENT: ${{ contains(matrix.os, 'arm') && 'CMAKE_ARGS="-DGGML_NATIVE=OFF -DGGML_CPU_ARM_ARCH=armv8-a"' || '' }}
60
61
- name: Verify clean directory
62
run: git diff --exit-code
0 commit comments