turn off dynamic lib ggml in windows avx512

This commit is contained in:
James Ravenscroft 2023-05-28 16:13:00 +01:00
parent ca86e017c9
commit e81221ffaf

View File

@ -157,7 +157,7 @@ jobs:
- build: 'avx'
defines: '-DGGML_AVX2=OFF'
- build: 'avx512'
defines: '-DGGML_AVX512=ON -DBUILD_SHARED_LIBS=ON'
defines: '-DGGML_AVX512=ON'
- build: 'openblas'
defines: '-DGGML_OPENBLAS=ON -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/openblas.lib"'