Skip to content

Commit 3fafcfd

Browse files
lint
Signed-off-by: Xinyuan Tong <[email protected]>
1 parent 0d1ff14 commit 3fafcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sglang/srt/conversation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,8 @@ def match_devstral(model_path: str):
981981
if re.search(r"devstral", model_path, re.IGNORECASE):
982982
return "devstral"
983983

984+
984985
@register_conv_template_matching_function
985986
def match_phi_4_mm(model_path: str):
986987
if "phi-4-multimodal" in model_path.lower():
987988
return "phi-4-mm"
988-

0 commit comments

Comments
 (0)