Skip to content

Commit

Permalink
fix: forgot to resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ysjprojects committed Dec 3, 2024
1 parent a8b88cc commit ea3639d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions litgpt/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,10 @@ def model_name_to_prompt_style(model_name: str) -> PromptStyle:
return OLMo()
if re.search(r"Qwen2\.5-.*", model_name):
return Qwen2_5()
<<<<<<< HEAD
if re.search(r"QwQ-.*", model_name):
return QwQ()
=======
if re.search(r"SmolLM2.*", model_name):
return SmolLM2()
>>>>>>> 961a30a (added smollm2)
return Default()


Expand Down

0 comments on commit ea3639d

Please sign in to comment.