mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-09 06:19:14 +02:00
fix superfluous filename defines
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
#include <memory>
|
||||
#include <cmath>
|
||||
|
||||
#ifdef FILENAME
|
||||
#undef FILENAME
|
||||
#endif
|
||||
#define FILENAME "jinja-runtime"
|
||||
|
||||
bool g_jinja_debug = false;
|
||||
|
||||
Reference in New Issue
Block a user