tell ggml-common.h to export what we want.
This commit is contained in:
parent
8703abe225
commit
a7f8abeb9b
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
// For size_t
|
// For size_t
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
// Yes, we have to tell this header to actually export stuff.
|
||||||
|
#define GGML_COMMON_IMPL_C
|
||||||
// For block_q5_K and block_q8_K
|
// For block_q5_K and block_q8_K
|
||||||
#include "ggml-common.h"
|
#include "ggml-common.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue