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 ae22807 commit 682700bCopy full SHA for 682700b
.github/workflows/build-ci.yml
@@ -111,7 +111,7 @@ jobs:
111
mkdir build
112
cd build
113
cmake .. -DLLAMA_FATAL_WARNINGS=OFF -DBUILD_SHARED_LIBS=ON -DGGML_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="86"
114
- cmake --build . --config Release -j $(nproc)
+ cmake --build . --config Release --target llama-server -j $(nproc)
115
116
- name: Determine tag name
117
id: tag
0 commit comments