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:
parent
4a9a6ce256
commit
d9959b74e7
|
|
@ -66,6 +66,7 @@ add_library(${TARGET} STATIC
|
|||
ngram-cache.h
|
||||
ngram-cache.cpp
|
||||
chaton.hpp
|
||||
groupkv.hpp
|
||||
)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#define GKV_DEBUG
|
||||
|
||||
#define GKV_TEST_PRG
|
||||
//#define GKV_TEST_PRG
|
||||
#ifdef GKV_TEST_PRG
|
||||
#include <iostream>
|
||||
#include <format>
|
||||
|
|
|
|||
Loading…
Reference in New Issue