mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
new gpt2 format supported
This commit is contained in:
parent
1369b46bb7
commit
d8e37bfe75
12 changed files with 962 additions and 51 deletions
|
@ -761,6 +761,8 @@ 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue