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 21, 2024
1 parent 6bc423a commit 406a3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llamacpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
cd llama.cpp
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DGGML_CANN=on && make -j32
cmake -B build -DCMAKE_BUILD_TYPE=release -DGGML_CANN=on
cmake --build build -j $(nproc)
Expand Down

0 comments on commit 406a3c7

Please sign in to comment.