Skip to content

Commit

Permalink
missed a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Apr 8, 2023
1 parent 0b904e1 commit d335fae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d335fae

Please sign in to comment.