Skip to content

Commit

Permalink
prompt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Khant committed Apr 13, 2024
1 parent 3539d27 commit ea5f9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litgpt/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def model_name_to_prompt_style(model_name: str) -> PromptStyle:
if re.search(r"(Code)?Gemma.*-it", model_name):
return Gemma()
if re.search("Danube2.*-chat", model_name):
return H2Oai
return H2Oai()
return Default()


Expand Down

0 comments on commit ea5f9bf

Please sign in to comment.