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

@ -142,7 +142,7 @@ default: main quantize perplexity embedding
ggml.o: ggml.c ggml.h
$(CC) $(CFLAGS) -c ggml.c -o ggml.o
llama.o: llama.cpp llama.h llama_util.h llama_internal.h
llama.o: llama.cpp llama.h llama_util.h
$(CXX) $(CXXFLAGS) -c llama.cpp -o llama.o
common.o: examples/common.cpp examples/common.h