Skip to content

Commit

Permalink
ci: Build release llama.cpp in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
greynewell committed Sep 24, 2024
1 parent 616b725 commit 07c22a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scripts/models.sh
# build llama.cpp server
cd llama.cpp
cmake -S . -B ../build/llama.cpp
cmake --build ../build/llama.cpp -j 4 --target llama-server
cmake --build ../build/llama.cpp -j 4 --target llama-server --config Release
cd ..

# build main project
Expand Down

0 comments on commit 07c22a4

Please sign in to comment.