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 437eb00 commit 150023dCopy full SHA for 150023d
.github/workflows/build.yml
@@ -25,9 +25,9 @@ jobs:
25
avx: [noavx, avx, avx2, avx512]
26
include:
27
- ssl: nossl
28
- ssl_defines: ''
+ ssl_defines: '-DLLAMA_OPENSSL=OFF'
29
- ssl: ssl
30
- ssl_defines: '-DLLAMA_SERVER_SSL=ON -DOPENSSL_USE_STATIC_LIBS=ON'
+ ssl_defines: '-DOPENSSL_USE_STATIC_LIBS=ON'
31
- avx: noavx
32
avx_defines: '-DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF'
33
- avx: avx
0 commit comments