mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-01 18:47:36 +02:00
fix rope bug (+1 squashed commits)
Squashed commits: [5bf69efe0] fix rope bug
This commit is contained in:
+3
-1
@@ -52,7 +52,7 @@ logit_bias_max = 512
|
||||
dry_seq_break_max = 128
|
||||
|
||||
# global vars
|
||||
KcppVersion = "1.90.1"
|
||||
KcppVersion = "1.90.2"
|
||||
showdebug = True
|
||||
kcpp_instance = None #global running instance
|
||||
global_memory = {"tunnel_url": "", "restart_target":"", "input_to_exit":False, "load_complete":False}
|
||||
@@ -4849,6 +4849,8 @@ def show_gui():
|
||||
args.contextsize = int(contextsize_text[context_var.get()])
|
||||
if customrope_var.get()==1:
|
||||
args.ropeconfig = [float(customrope_scale.get()),float(customrope_base.get())]
|
||||
else:
|
||||
args.ropeconfig = [0.0, 10000.0]
|
||||
args.moeexperts = int(moeexperts_var.get()) if moeexperts_var.get()!="" else -1
|
||||
args.defaultgenamt = int(defaultgenamt_var.get()) if defaultgenamt_var.get()!="" else 512
|
||||
args.nobostoken = (nobostoken_var.get()==1)
|
||||
|
||||
Reference in New Issue
Block a user