mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-04 13:39:56 +00:00
jinjathink enables jinja
This commit is contained in:
parent
fa21872f97
commit
04111eeadb
1 changed files with 2 additions and 0 deletions
|
|
@ -10415,6 +10415,8 @@ def convert_invalid_args(args):
|
|||
dict["sdclip2"] = dict["sdclipg"]
|
||||
if "jinja_tools" in dict and dict["jinja_tools"]:
|
||||
dict["jinja"] = True
|
||||
if "jinjathink" in dict and dict["jinjathink"] and dict["jinjathink"]!="default":
|
||||
dict["jinja"] = True
|
||||
if "jinja_kwargs" in dict and dict["jinja_kwargs"]:
|
||||
dict["jinja"] = True
|
||||
if "sdgendefaults" in dict and "gendefaults" not in dict:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue