mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
try disabling the gMask prefix for glm-4 completions
This commit is contained in:
parent
c64557a851
commit
49305942ab
2 changed files with 24 additions and 24 deletions
|
@ -4433,8 +4433,8 @@ def show_gui():
|
|||
except Exception:
|
||||
pass
|
||||
else:
|
||||
quick_gpuname_label.configure(text="")
|
||||
gpuname_label.configure(text="")
|
||||
quick_gpuname_label.configure(text="(dGPUs only, tensor split sets ratio)")
|
||||
gpuname_label.configure(text="(dGPUs only, tensor split sets ratio)")
|
||||
|
||||
gpu_choice_var.trace("w", changed_gpu_choice_var)
|
||||
gpulayers_var.trace("w", changed_gpulayers_estimate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue