mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
fixed dry loading seq when not in use, set kcppt to -1 layers by default
This commit is contained in:
parent
0ecf13fc13
commit
e2b36aa6cf
2 changed files with 44 additions and 28 deletions
|
@ -2742,6 +2742,7 @@ def show_gui():
|
|||
savdict = json.loads(json.dumps(args.__dict__))
|
||||
file_type = [("KoboldCpp LaunchTemplate", "*.kcppt")]
|
||||
savdict["istemplate"] = True
|
||||
savdict["gpulayers"] = -1
|
||||
filename = asksaveasfile(filetypes=file_type, defaultextension=file_type)
|
||||
if filename == None: return
|
||||
file = open(str(filename.name), 'a')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue