mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
fix superfluous filename defines
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
#include <functional>
|
||||
#include <sstream>
|
||||
|
||||
#ifdef FILENAME
|
||||
#undef FILENAME
|
||||
#endif
|
||||
#define FILENAME "jinja-caps"
|
||||
|
||||
using json = nlohmann::ordered_json;
|
||||
|
||||
Reference in New Issue
Block a user