File tree Expand file tree Collapse file tree 10 files changed +9
-9
lines changed Expand file tree Collapse file tree 10 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1364,7 +1364,7 @@ llama-server: \
13641364 examples/server/index.html.hpp \
13651365 examples/server/loading.html.hpp \
13661366 common/chat.cpp \
1367- common/chat.hpp \
1367+ common/chat.h \
13681368 common/chat-template.hpp \
13691369 common/json.hpp \
13701370 common/minja.hpp \
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ add_library(${TARGET} STATIC
5757 arg.h
5858 base64.hpp
5959 chat.cpp
60- chat.hpp
60+ chat.h
6161 common.cpp
6262 common.h
6363 console.cpp
Original file line number Diff line number Diff line change 22
33#include " log.h"
44#include " sampling.h"
5- #include " chat.hpp "
5+ #include " chat.h "
66
77#include < algorithm>
88#include < climits>
Original file line number Diff line number Diff line change 1- #include " chat.hpp "
1+ #include " chat.h "
22#include " json-schema-to-grammar.h"
33#include " log.h"
44#include " minja/chat-template.hpp"
File renamed without changes.
Original file line number Diff line number Diff line change 44#include " log.h"
55#include " sampling.h"
66#include " llama.h"
7- #include " chat.hpp "
7+ #include " chat.h "
88
99#include < cstdio>
1010#include < cstring>
Original file line number Diff line number Diff line change 2424#include < string>
2525#include < vector>
2626
27- #include " chat.hpp "
27+ #include " chat.h "
2828#include " common.h"
2929#include " json.hpp"
3030#include " linenoise.cpp/linenoise.h"
Original file line number Diff line number Diff line change 1212// Change JSON_ASSERT from assert() to GGML_ASSERT:
1313#define JSON_ASSERT GGML_ASSERT
1414#include " json.hpp"
15- #include " chat.hpp "
15+ #include " chat.h "
1616
1717#include < random>
1818#include < sstream>
Original file line number Diff line number Diff line change 88
99#include " llama.h"
1010#include " common.h"
11- #include " chat.hpp "
11+ #include " chat.h "
1212
1313static std::string normalize_newlines (const std::string & s) {
1414#ifdef _WIN32
Original file line number Diff line number Diff line change 1010#include < json.hpp>
1111#include < string>
1212
13- #include " chat.hpp "
13+ #include " chat.h "
1414#include " llama-grammar.h"
1515#include " unicode.h"
1616
You can’t perform that action at this time.
0 commit comments