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
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
6 changed files with 14 additions and 16 deletions

View file

@ -1,6 +1,7 @@
#include "ggml.h"
#define LLAMA_API_INTERNAL
#include "llama.h"
#include "llama_internal.h"
#include <algorithm>
#include <cassert>