diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6fad72..11e27c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: "", diff --git a/.gitignore b/.gitignore index 64b7b65..649717f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ web-wasm/Dockerfile */imagefiles/* !imagefiles/* crosstool-ng/* +llama.cpp/* \ No newline at end of file