We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f2731 commit 709f484Copy full SHA for 709f484
python/mlc_llm/conversation_template/gemma.py
@@ -8,7 +8,7 @@
8
ConvTemplateRegistry.register_conv_template(
9
Conversation(
10
name="gemma_instruction",
11
- system_template=f"{MessagePlaceholders.SYSTEM.value}",
+ system_template=f"<bos>{MessagePlaceholders.SYSTEM.value}",
12
system_message="",
13
roles={"user": "<start_of_turn>user", "assistant": "<start_of_turn>model"},
14
seps=["<end_of_turn>\n"],
0 commit comments