kv-cache : add LLAMA_KV_CACHE_DEBUG environment variable (#14121)

This commit is contained in:
Georgi Gerganov 2025-06-11 12:52:45 +03:00 committed by GitHub
parent 1f7d50b293
commit 7ae2932116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 43 additions and 16 deletions

View file

@ -158,6 +158,8 @@ private:
// SWA
const uint32_t n_swa = 0;
int debug = 0;
const llama_swa_type swa_type = LLAMA_SWA_TYPE_NONE;
std::vector<ggml_context_ptr> ctxs;