missed a print statement

This commit is contained in:
Concedo 2023-04-08 17:59:53 +08:00
parent 0b904e12db
commit d335fae7c4

View file

@ -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;