missed a print statement
This commit is contained in:
parent
0b904e12db
commit
d335fae7c4
1 changed files with 0 additions and 2 deletions
|
@ -761,8 +761,6 @@ static bool llama_eval_internal(
|
||||||
|
|
||||||
auto & kv_self = model.kv_self;
|
auto & kv_self = model.kv_self;
|
||||||
|
|
||||||
printf("\ns:%d\n",llama_get_kv_cache_size(&lctx));
|
|
||||||
|
|
||||||
LLAMA_ASSERT(!!kv_self.ctx);
|
LLAMA_ASSERT(!!kv_self.ctx);
|
||||||
|
|
||||||
const int n_embd = hparams.n_embd;
|
const int n_embd = hparams.n_embd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue