We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef86355 commit d287338Copy full SHA for d287338
.github/workflows/wheels.yml
@@ -57,7 +57,7 @@ jobs:
57
CIBW_ARCHS: ${{ contains(matrix.os, 'windows') && 'auto64' || 'auto' }}
58
# for windows setup.py repairwheel step should solve it
59
CIBW_SKIP: pp* cp38-*
60
- CIBW_ENVIRONMENT: CMAKE_ARGS="-DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON"
+ CIBW_ENVIRONMENT: CMAKE_ARGS="-DGGML_NATIVE=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON"
61
62
- name: Verify clean directory
63
run: git diff --exit-code
0 commit comments