Add llama.cpp for linux-ppc64le

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2024-08-11 10:09:57 +02:00
parent 018c591202
commit 2b500e4150
2 changed files with 3 additions and 2 deletions

View File

@ -758,9 +758,9 @@ jobs:
openssl_arg: "linux-ppc64le",
C: "yes",
C_arg: "",
C-Plus-Plus: "yes",
C-Plus-Plus: "no",
C-Plus-Plus_arg: "",
llama_cpp: "no",
llama_cpp: "yes",
llama_cpp_arg: "",
fmt: "yes",
fmt_arg: "",

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ web-wasm/Dockerfile
*/imagefiles/*
!imagefiles/*
crosstool-ng/*
llama.cpp/*