Unverified Commit 2b63798c authored by Lifu Huang's avatar Lifu Huang Committed by GitHub
Browse files

[Minor] Fix duplicate method definitions in conversation.py (#6012)


Signed-off-by: default avatarLifu Huang <lifu.hlf@gmail.com>
parent bf203cb7
......@@ -853,7 +853,7 @@ register_conv_template(
@register_conv_template_matching_function
def match_deepseek_janus_pro(model_path: str):
def match_llama_3_vision(model_path: str):
if (
"llama" in model_path.lower()
and "3.2" in model_path.lower()
......
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