mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 12:47:26 +01:00
Add llama.cpp for linux-ppc64le
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
018c591202
commit
2b500e4150
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
1
.gitignore
vendored
@ -9,3 +9,4 @@ web-wasm/Dockerfile
|
||||
*/imagefiles/*
|
||||
!imagefiles/*
|
||||
crosstool-ng/*
|
||||
llama.cpp/*
|
Loading…
Reference in New Issue
Block a user