diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-04-13 18:04:45 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-04-13 18:04:45 +0300 |
commit | 9190e8eac8bdc108c40d2d7505e9b45fa773251f (patch) | |
tree | f2f527a98d809c727e645769658065b5225f61e4 /llama.cpp | |
parent | c85980acd04631a7c43d13676276f76ec72f5dfe (diff) |
llama : merge llama_internal.h into llama.h
Hide it behind an #ifdef
Diffstat (limited to 'llama.cpp')
-rw-r--r-- | llama.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ #include "llama_util.h" #include "llama.h" -#include "llama_internal.h" #include "ggml.h" |