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

Signed-off-by: Lifu Huang <lifu.hlf@gmail.com>
This commit is contained in:
Lifu Huang
2025-05-04 13:02:53 -07:00
committed by GitHub
parent bf203cb7a2
commit 2b63798c7d

View File

@@ -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()