mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 15:13:38 +00:00
llama.cpp: Disable jinja by default (we use Python jinja, not cpp jinja)
This was causing template compilation issues with qwen models.
This commit is contained in:
parent
42dfcdfc5b
commit
a1cb5b5dc0
1 changed files with 1 additions and 0 deletions
|
|
@ -418,6 +418,7 @@ class LlamaServer:
|
|||
"--ubatch-size", str(shared.args.ubatch_size),
|
||||
"--port", str(self.port),
|
||||
"--no-webui",
|
||||
"--no-jinja",
|
||||
"--flash-attn", "on",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue