try disabling the gMask prefix for glm-4 completions

This commit is contained in:
Concedo 2025-05-21 16:47:08 +08:00
parent c64557a851
commit 49305942ab
2 changed files with 24 additions and 24 deletions

View file

@ -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)