Remove llamafile remnants (#1179)

This commit is contained in:
Kawrakow
2026-01-22 13:20:23 +02:00
committed by GitHub
parent 66caa42b53
commit 2a7cc09149
5 changed files with 0 additions and 28 deletions

View File

@@ -2999,7 +2999,6 @@ 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