Skip to content

Commit

Permalink
Update llamacpp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuedinge233 authored Nov 8, 2024
1 parent 5f96ad3 commit 594920d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llamacpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build
run: |
cd llama.cpp
mdkir build
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=release
cmake --build . --config Release -j $(nproc)
Expand Down

0 comments on commit 594920d

Please sign in to comment.