Skip to content

Commit

Permalink
examples(phi-2): strip newline at the end of the prompt template
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Feb 21, 2024
1 parent 8292781 commit ad3623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/configurations/phi-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
top_p: 0.95
seed: -1
template:
chat: &template |
chat: &template |-
Instruct: {{.Input}}
Output:
completion: *template
Expand Down

0 comments on commit ad3623d

Please sign in to comment.