Skip to content

Commit 682700b

Browse files
authored
Update build-ci.yml
1 parent ae22807 commit 682700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
mkdir build
112112
cd build
113113
cmake .. -DLLAMA_FATAL_WARNINGS=OFF -DBUILD_SHARED_LIBS=ON -DGGML_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES="86"
114-
cmake --build . --config Release -j $(nproc)
114+
cmake --build . --config Release --target llama-server -j $(nproc)
115115
116116
- name: Determine tag name
117117
id: tag

0 commit comments

Comments
 (0)