From 77d752a481977550b7a9dd35801c09753fa7a82d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 2 Jun 2024 10:51:58 +0200 Subject: [PATCH] fix(gemma): correctly format the template Signed-off-by: Ettore Di Giacinto --- gallery/gemma.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/gemma.yaml b/gallery/gemma.yaml index 31b0f47a..bff7d614 100644 --- a/gallery/gemma.yaml +++ b/gallery/gemma.yaml @@ -8,10 +8,10 @@ config_file: | chat_message: |- {{if eq .RoleName "assistant" }}model{{else}}{{ .RoleName }}{{end}} {{ if .Content -}} - {{.Content }} + {{.Content -}} {{ end -}} chat: | - {{.Input -}} + {{.Input }} model completion: | {{.Input}}