From ad3623dd8d3fe4e5fcdd214866896b7d8c304345 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 21 Feb 2024 23:17:51 +0100 Subject: [PATCH] examples(phi-2): strip newline at the end of the prompt template Signed-off-by: Ettore Di Giacinto --- examples/configurations/phi-2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/configurations/phi-2.yaml b/examples/configurations/phi-2.yaml index 8f193866..cac1e9da 100644 --- a/examples/configurations/phi-2.yaml +++ b/examples/configurations/phi-2.yaml @@ -12,7 +12,7 @@ parameters: top_p: 0.95 seed: -1 template: - chat: &template | + chat: &template |- Instruct: {{.Input}} Output: completion: *template