Skip to content

Commit

Permalink
feat(llama.cpp): interfere to use libggml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiota committed Nov 6, 2024
1 parent dd8da0d commit 5715187
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions llama.cpp/.CI/PKGBUILD.append
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
eval _orig_"$(declare -f package)"

package() {
_orig_package

depends+=('libggml')

rm "$pkgdir/usr/include/"ggml*
rm "$pkgdir/usr/lib/libggml.so"
}

0 comments on commit 5715187

Please sign in to comment.