jmorganca hace 1 año
padre
commit
8ca4a9a70a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      llama/ggml-backend.c

+ 0 - 1
llama/ggml-backend.c

@@ -8,7 +8,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <malloc.h>
 
 
 #define MAX(a, b) ((a) > (b) ? (a) : (b))