ggml : add and use ggml_cpu_has_llamafile() (#8664)
This commit is contained in:
parent
be6d7c0791
commit
eddcb5238b
3 changed files with 10 additions and 5 deletions
|
@ -2400,6 +2400,7 @@ extern "C" {
|
|||
GGML_API int ggml_cpu_has_vsx (void);
|
||||
GGML_API int ggml_cpu_has_matmul_int8(void);
|
||||
GGML_API int ggml_cpu_has_cann (void);
|
||||
GGML_API int ggml_cpu_has_llamafile (void);
|
||||
|
||||
//
|
||||
// Internal types and functions exposed for tests and benchmarks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue