Skip to content

Commit

Permalink
Add mistral to chat templates enum
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn authored Jul 4, 2024
1 parent beb43a9 commit bfe2d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axolotl/utils/config/models/input/v0_4_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ class ChatTemplate(str, Enum):
cohere = "cohere" # pylint: disable=invalid-name
llama3 = "llama3" # pylint: disable=invalid-name
phi_3 = "phi_3" # pylint: disable=invalid-name
mistral = "mistral" # pylint: disable=invalid-name
tokenizer_default = "tokenizer_default" # pylint: disable=invalid-name


Expand Down

0 comments on commit bfe2d6b

Please sign in to comment.