Skip to content

Commit e0679dc

Browse files
committed
ci : add GGML_NATIVE=OFF and GGML_BMI2=OFF to windows-blas
This commit adds the GGML_NATIVE=OFF and GGML_BMI2=OFF flags to the Windows BLAS build. The motivation for this is that currently the Windows BLAS build uses the native CPU instructions and if target systems do not support these instructions, the build will fail like the linked issue reports. Resolves: ggml-org#3889
1 parent 48f628a commit e0679dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ jobs:
289289
-DBLAS_LIBRARIES="$env:GITHUB_WORKSPACE/OpenBLAS-${{matrix.blasver}}/lib/libopenblas.lib"
290290
-DBLAS_INCLUDE_DIRS="$env:GITHUB_WORKSPACE/OpenBLAS-${{matrix.blasver}}/include"
291291
-DWHISPER_SDL2=${{ matrix.sdl2 }}
292+
-DGGML_NATIVE=OFF
293+
-DGGML_BMI2=OFF
292294
293295
- name: Build
294296
run: |

0 commit comments

Comments
 (0)