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 0fbaac9 commit 2c0d88eCopy full SHA for 2c0d88e
.github/workflows/build.yml
@@ -308,7 +308,7 @@ jobs:
308
- name: Build using CMake w/ OpenBLAS
309
shell: msys2 {0}
310
run: |
311
- cmake -B build -DGGML_OPENBLAS=ON
+ cmake -B build -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS
312
cmake --build build --config ${{ matrix.build }} -j $(nproc)
313
314
windows:
@@ -417,7 +417,8 @@ jobs:
417
run: >
418
cmake -S . -B ./build -A ${{ matrix.arch }}
419
-DCMAKE_BUILD_TYPE=${{ matrix.build }}
420
- -DGGML_OPENBLAS=${{ matrix.blas }}
+ -DGGML_BLAS=${{ matrix.blas }}
421
+ -DGGML_BLAS_VENDOR=OpenBLAS
422
-DCMAKE_LIBRARY_PATH="$env:OPENBLAS_PATH/lib"
423
-DWHISPER_SDL2=${{ matrix.sdl2 }}
424
0 commit comments