Skip to content

Commit

Permalink
[Amir] fixing ci build, target name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
anagri committed Jul 3, 2024
1 parent 5a4ba28 commit 5092b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/llama_cpp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ runs:
cd build
# Metal is disabled due to intermittent failures with Github runners not having a GPU:
# https://github.com/ggerganov/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313
cmake ${{ inputs.LLAMA_CPP_BUILD_FLAGS }} -DBUILD_SHARED_LIBS=OFF -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_CURL=OFF ..
cmake --build . --config Release --target server -j $(sysctl -n hw.logicalcpu)
cmake ${{ inputs.LLAMA_CPP_BUILD_FLAGS }} -DBUILD_SHARED_LIBS=OFF -DGGML_FATAL_WARNINGS=ON -DLLAMA_CURL=OFF ..
cmake --build . --config Release --target llama-server -j $(sysctl -n hw.logicalcpu)

0 comments on commit 5092b40

Please sign in to comment.