llama : merge llama_internal.h into llama.h

Hide it behind an #ifdef
This commit is contained in:
Georgi Gerganov
2023-04-13 18:04:45 +03:00
parent c85980acd0
commit 9190e8eac8
6 changed files with 14 additions and 16 deletions

View File

@ -253,7 +253,6 @@ endif()
add_library(llama
llama.cpp
llama.h
llama_internal.h
llama_util.h)
target_include_directories(llama PUBLIC .)