Skip to content

Commit

Permalink
ensure the default is llama3
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Oct 14, 2024
1 parent ab41470 commit 1f5cd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/prompt_strategies/sharegpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def register_chatml_template(system_message=None):
)


def register_llama3x_template(version="", system_message=None):
def register_llama3x_template(version="3", system_message=None):
extra_system_content_to_insert = (
"Cutting Knowledge Date: December 2023\nToday Date: 26 Jul 2024\n\n"
if version == "3.1"
Expand Down

0 comments on commit 1f5cd4e

Please sign in to comment.