File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -265,17 +265,17 @@ jobs:
265
265
matrix :
266
266
include :
267
267
- build : ' noavx'
268
- defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'
268
+ defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF -DBUILD_SHARED_LIBS=ON '
269
269
- build : ' avx2'
270
- defines : ' -DLLAMA_BUILD_SERVER=ON'
270
+ defines : ' -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON '
271
271
- build : ' avx'
272
- defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX2=OFF'
272
+ defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX2=OFF -DBUILD_SHARED_LIBS=ON '
273
273
- build : ' avx512'
274
274
defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX512=ON -DBUILD_SHARED_LIBS=ON'
275
275
- build : ' clblast'
276
- defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON -DCMAKE_PREFIX_PATH="$env:RUNNER_TEMP/clblast"'
276
+ defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON -DBUILD_SHARED_LIBS=ON - DCMAKE_PREFIX_PATH="$env:RUNNER_TEMP/clblast"'
277
277
- build : ' openblas'
278
- defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/openblas.lib"'
278
+ defines : ' -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=ON - DLLAMA_BLAS_VENDOR=OpenBLAS -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/openblas.lib"'
279
279
280
280
steps :
281
281
- name : Clone
@@ -413,7 +413,7 @@ jobs:
413
413
run : |
414
414
mkdir build
415
415
cd build
416
- cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON
416
+ cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON -DBUILD_SHARED_LIBS=ON
417
417
cmake --build . --config Release
418
418
419
419
- name : Determine tag name
You can’t perform that action at this time.
0 commit comments