Skip to content

Commit

Permalink
Add prompt style mapping for llama3 (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
davmacario authored May 20, 2024
1 parent 17e5c77 commit cbbe9cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litgpt/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def apply(self, prompt: str, **kwargs: str) -> str:
"tinyllama": TinyLlama,
"gemma": Gemma,
"h2oai": H2Oai,
"llama3": Llama3,
}


Expand Down

0 comments on commit cbbe9cd

Please sign in to comment.