Skip to content

Commit

Permalink
Trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFRuan committed Apr 18, 2024
1 parent dfa21a3 commit 80c7272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/mlc_llm/conversation_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def get_conv_template(name: str) -> Optional[Conversation]:
# Llama3
# See https://github.com/meta-llama/llama3?tab=readme-ov-file#instruction-tuned-models
# and https://github.com/meta-llama/llama3/blob/main/llama/tokenizer.py
# Llama3
ConvTemplateRegistry.register_conv_template(
Conversation(
name="llama-3",
Expand Down

0 comments on commit 80c7272

Please sign in to comment.