Files
LocalAI/gallery/gemma.yaml
Ettore Di Giacinto c9acb41903 fix(gallery): use tokenizer templates for Gemma
Let the model-provided tokenizer template format Gemma conversations instead of maintaining a shared inline prompt template.

Assisted-by: Codex:gpt-5
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-09-11 22:44:39 +00:00

15 lines
281 B
YAML

config_file: |
backend: llama-cpp
context_size: 8192
known_usecases:
- chat
- completion
mmap: true
stopwords:
- <|im_end|>
- <end_of_turn>
- <start_of_turn>
template:
use_tokenizer_template: true
name: gemma