We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656babd commit 3599778Copy full SHA for 3599778
examples/server/utils.hpp
@@ -3,7 +3,7 @@
3
#include "common.h"
4
#include "log.h"
5
#include "llama.h"
6
-#include "common/base64.hpp"
+#include "base64.hpp"
7
8
// increase max payload length to allow use of larger context size
9
#define CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH 1048576
src/CMakeLists.txt
@@ -32,7 +32,7 @@ add_library(llama
32
unicode.h
33
)
34
35
-target_include_directories(llama PUBLIC . ../include ../common)
+target_include_directories(llama PUBLIC . ../include)
36
target_compile_features (llama PUBLIC cxx_std_17) # don't bump
37
38
target_link_libraries(llama PUBLIC ggml)
0 commit comments