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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue