fix(llm): add --jinja so gpt-oss harmony template returns content
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
f20712a5d8
commit
6cef600d25
@@ -15,7 +15,9 @@ healthCheckTimeout: 300
|
|||||||
logLevel: info
|
logLevel: info
|
||||||
|
|
||||||
macros:
|
macros:
|
||||||
common: "-ngl 99 --parallel 1 --ctx-size 65536 --flash-attn on --cache-type-k q8_0 --cache-type-v q8_0"
|
# --jinja applies each model's embedded chat template (REQUIRED for gpt-oss'
|
||||||
|
# harmony format, else content comes back empty; harmless/correct for gemma4).
|
||||||
|
common: "-ngl 99 --parallel 1 --ctx-size 65536 --flash-attn on --cache-type-k q8_0 --cache-type-v q8_0 --jinja"
|
||||||
|
|
||||||
models:
|
models:
|
||||||
"gpt-oss-20b":
|
"gpt-oss-20b":
|
||||||
|
|||||||
Reference in New Issue
Block a user