Skip to content

Commit 37c247c

Browse files
authored
Merge pull request ggml-org#79 from MrEcco/main
Getting Errors When following Readme Instruction on ARM server with ubuntu24.04 ggml-org#74
2 parents 338973f + 70804c6 commit 37c247c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ggml-bitnet-lut.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#include <vector>
22
#include <type_traits>
33

4+
#include <string.h>
5+
#include <stdio.h>
6+
#include <stdlib.h>
7+
48
#include "ggml-bitnet.h"
59
#include "ggml-quants.h"
610
#include "bitnet-lut-kernels.h"

0 commit comments

Comments
 (0)