Skip to content

Commit

Permalink
Added Abacus.ai Smaug and Snowflake instruct to the list of ChatML-ba…
Browse files Browse the repository at this point in the history
…sed models.
  • Loading branch information
sszymczy committed May 3, 2024
1 parent a9a0013 commit 8b3e09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
prompt_template = LLAMA3_PROMPT_TEMPLATE
elif any(model_name in model_file_basename.lower() for model_name in ["llama", "gemma", "mistral", "mixtral", "miqu"]):
prompt_template = LLAMA_PROMPT_TEMPLATE
elif any(model_name in model_file_basename.lower() for model_name in ["qwen", "yi", "dbrx-instruct", "theprofessor"]):
elif any(model_name in model_file_basename.lower() for model_name in ["qwen", "yi", "dbrx-instruct", "theprofessor", "smaug", "arctic"]):
prompt_template = CHATML_PROMPT_TEMPLATE
elif any(model_name in model_file_basename.lower() for model_name in ["command-r"]):
prompt_template = COMMANDR_PROMPT_TEMPLATE
Expand Down

0 comments on commit 8b3e09d

Please sign in to comment.