Skip to content

Commit fcce0e6

Browse files
committed
Fix example Mistral template
1 parent abd8ddc commit fcce0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def format_prompt(prompt_format, sp, p):
2121
)
2222

2323
case "mistral":
24-
return f"<s>[INST] {sp}\n\n n{p}[/INST]"
24+
return f"<s>[INST] {sp}\n\n{p}[/INST]"
2525

2626
case "granite":
2727
return (

0 commit comments

Comments
 (0)