mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +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",
|
openssl_arg: "linux-ppc64le",
|
||||||
C: "yes",
|
C: "yes",
|
||||||
C_arg: "",
|
C_arg: "",
|
||||||
C-Plus-Plus: "yes",
|
C-Plus-Plus: "no",
|
||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
llama_cpp: "no",
|
llama_cpp: "yes",
|
||||||
llama_cpp_arg: "",
|
llama_cpp_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ web-wasm/Dockerfile
|
|||||||
*/imagefiles/*
|
*/imagefiles/*
|
||||||
!imagefiles/*
|
!imagefiles/*
|
||||||
crosstool-ng/*
|
crosstool-ng/*
|
||||||
|
llama.cpp/*
|
Loading…
Reference in New Issue
Block a user