Support orion (#10665)

This commit is contained in:
Praneth Paruchuri
2025-11-15 03:08:32 +08:00
committed by GitHub
parent a7002e614b
commit a53f2d6c12
3 changed files with 377 additions and 0 deletions
+6
View File
@@ -530,6 +530,12 @@ def match_deepseek(model_path: str):
return "deepseek-v3"
@register_chat_template_matching_function
def match_orion(model_path: str):
if "orion" in model_path.lower():
return "claude"
@register_chat_template_matching_function
def match_deepseek_janus_pro(model_path: str):
if re.search(r"janus", model_path, re.IGNORECASE):