GroupKV: Get ready for use in llama.cpp ++

Avoid defining GKV_TEST_PRG, used for self testing, by default

Add it to common library
This commit is contained in:
HanishKVC 2024-05-11 23:30:12 +05:30
parent 4a9a6ce256
commit d9959b74e7
2 changed files with 2 additions and 1 deletions

View file

@ -66,6 +66,7 @@ add_library(${TARGET} STATIC
ngram-cache.h
ngram-cache.cpp
chaton.hpp
groupkv.hpp
)
if (BUILD_SHARED_LIBS)

View file

@ -20,7 +20,7 @@
#define GKV_DEBUG
#define GKV_TEST_PRG
//#define GKV_TEST_PRG
#ifdef GKV_TEST_PRG
#include <iostream>
#include <format>