Skip to content

Commit

Permalink
windows is fixed??
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx committed May 25, 2024
1 parent 798f516 commit 98477a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions koboldcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 98477a1

Please sign in to comment.