mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # CMakeLists.txt # Makefile # README.md # ggml-cuda.cu # ggml-cuda/common.cuh
This commit is contained in:
commit
151ff95a67
8 changed files with 116 additions and 123 deletions
|
@ -2079,7 +2079,6 @@ def show_new_gui():
|
|||
gui_layers_zeroed = gpulayers_var.get()=="" or gpulayers_var.get()=="0"
|
||||
if (gui_layers_untouched or gui_layers_zeroed) and layerlimit>0:
|
||||
gpulayers_var.set(str(layerlimit))
|
||||
mmq_var.set(0 if layerlimit>=200 else 1)
|
||||
gui_layers_untouched = old_gui_layers_untouched
|
||||
if gui_layers_zeroed:
|
||||
gui_layers_untouched = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue