mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-13 14:37:07 +00:00
fix build
This commit is contained in:
parent
25fd8fd045
commit
8ca4a9a70a
1
llama/ggml-backend.c
vendored
1
llama/ggml-backend.c
vendored
@ -8,7 +8,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <malloc.h>
|
|
||||||
|
|
||||||
|
|
||||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user