We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b47a4 commit 3bad690Copy full SHA for 3bad690
.github/workflows/build.yaml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
mkdir build
76
cd build
77
- cmake .. -DBUILD_SHARED_LIBS=ON -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON
+ cmake .. -DLLAMA_BUILD_SERVER=ON -DLLAMA_NATIVE=OFF -DLLAMA_CUBLAS=ON
78
cmake --build . --config Release --parallel $(nproc)
79
80
- name: Upload Artifact
0 commit comments