Skip to content

Commit 27ed1f2

Browse files
committed
v1.92065_b5439_RM1.102
1 parent 2359c09 commit 27ed1f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gpttype_adapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3337,7 +3337,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
33373337

33383338
//determine mem per token
33393339
std::vector<int> tmp = {1, 2, 3, 4};
3340-
llama_kv_cache_clear(llama_ctx_v4);
3340+
// llama_kv_cache_clear(llama_ctx_v4);
33413341
auto er = llama_decode(llama_ctx_v4, llama_batch_get_one(tmp.data(), tmp.size()));
33423342
if(er!=0)
33433343
{

koboldcpp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
# dry_seq_break_max = 128
6565

6666
# global vars
67-
KcppVersion = "1.92060"
68-
LcppVersion = "b5427"
67+
KcppVersion = "1.92065"
68+
LcppVersion = "b5439"
6969
EsoboldVersion = "RMv1.102"
7070
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
7171
ReleaseDate = "2025/05/21"

0 commit comments

Comments
 (0)