From d335fae7c42f954acb406dbfae732b53199f0698 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 8 Apr 2023 17:59:53 +0800 Subject: [PATCH] missed a print statement --- llama.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama.cpp b/llama.cpp index dd85447bd..fc6f43afe 100644 --- a/llama.cpp +++ b/llama.cpp @@ -761,8 +761,6 @@ static bool llama_eval_internal( auto & kv_self = model.kv_self; - printf("\ns:%d\n",llama_get_kv_cache_size(&lctx)); - LLAMA_ASSERT(!!kv_self.ctx); const int n_embd = hparams.n_embd;