From 98477a16e5085b6fd57905b8d75e7b89a9684a1b Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Sat, 25 May 2024 16:49:33 -0500 Subject: [PATCH] windows is fixed?? --- koboldcpp.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/koboldcpp.py b/koboldcpp.py index 898e8e08b875e..41e274fb1f137 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -671,7 +671,7 @@ def string_contains_sequence_substring(inputstr,sequences): modelbusy = threading.Lock() requestsinqueue = 0 defaultport = 5001 -KcppVersion = "1.66.yr0-ROCm" +KcppVersion = "1.66.1.yr1-ROCm" showdebug = True showsamplerwarning = True showmaxctxwarning = True @@ -1732,10 +1732,7 @@ def hide_tooltip(event): contextshift = ctk.IntVar(value=1) remotetunnel = ctk.IntVar(value=0) smartcontext = ctk.IntVar() - if os.name == "nt": - flashattention = ctk.IntVar(value=1) - else: - flashattention = ctk.IntVar(value=0) + flashattention = ctk.IntVar(value=0) context_var = ctk.IntVar() customrope_var = ctk.IntVar() customrope_scale = ctk.StringVar(value="1.0")