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 3340407 commit 59077cfCopy full SHA for 59077cf
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
mkdir repo/build
62
cd repo/build
63
- cmake .. -DLLAMA_NATIVE=OFF -DLLAMA_STATIC=ON -DLLAMA_BUILD_SERVER=ON -DCMAKE_BUILD_TYPE=Release ${{ matrix.ssl_defines }} ${{ matrix.avx_defines }}
+ cmake .. -DCMAKE_BUILD_TYPE=Release -DLLAMA_NATIVE=OFF -DLLAMA_STATIC=ON -DLLAMA_BUILD_SERVER=ON ${{ matrix.ssl_defines }} ${{ matrix.avx_defines }}
64
cmake --build . --config Release --target server -j ${{ steps.cpu-cores.outputs.count }}
65
strip bin/server
66
shell: alpine.sh {0}
0 commit comments