Skip to content

Commit d287338

Browse files
committed
Add -DGGML_NATIVE=OFF
Signed-off-by: Adrien Gallouët <[email protected]>
1 parent ef86355 commit d287338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
CIBW_ARCHS: ${{ contains(matrix.os, 'windows') && 'auto64' || 'auto' }}
5858
# for windows setup.py repairwheel step should solve it
5959
CIBW_SKIP: pp* cp38-*
60-
CIBW_ENVIRONMENT: CMAKE_ARGS="-DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON"
60+
CIBW_ENVIRONMENT: CMAKE_ARGS="-DGGML_NATIVE=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON"
6161

6262
- name: Verify clean directory
6363
run: git diff --exit-code

0 commit comments

Comments
 (0)