Unverified Commit 70251e93 authored by Xinyuan Tong's avatar Xinyuan Tong Committed by GitHub
Browse files

fix: match chat-template for internvl3 (#8262)


Signed-off-by: default avatarXinyuan Tong <xinyuantong.cs@gmail.com>
Co-authored-by: default avatarXinyuan Tong <xinyuantong.cs@gmail.com>
parent c87d4fec
......@@ -984,7 +984,7 @@ register_conv_template(
@register_conv_template_matching_function
def match_internvl(model_path: str):
if re.search(r"internvl2_5", model_path, re.IGNORECASE):
if re.search(r"internvl", model_path, re.IGNORECASE):
return "internvl-2-5"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment