Skip to content

Commit 1bd3299

Browse files
committed
format
1 parent 891de27 commit 1bd3299

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mlx_embeddings/models/qwen3_vl/processor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,7 @@ def from_pretrained(cls, pretrained_model_name_or_path, **kwargs):
655655
chat_template = proc_cfg.get(
656656
"chat_template", getattr(tokenizer, "chat_template", None)
657657
)
658-
# Some checkpoints (e.g. Qwen3-VL-Reranker-2B) ship the template in
659-
# chat_template.jinja on the Hub instead of tokenizer_config.json.
658+
660659
if chat_template is None:
661660
chat_template = _load_file(
662661
pretrained_model_name_or_path, "chat_template.jinja"

0 commit comments

Comments
 (0)