SIGN IN SIGN UP

Register the qwen3_vl_embedding auto-processor patch (#2146)

Embedding checkpoints declare model_type "qwen3_vl_embedding", distinct
from "qwen3_vl", so AutoProcessor.from_pretrained never matched the
existing patch and fell through to transformers' real Qwen3VLProcessor.
That class hard-requires torch/torchvision to build its video
sub-processor, so any embedding model load failed outright even though
the embedding server only ever handles text and images.
A
Alazer Manakelew committed
6be8e3dadfdd647e44b455e82c4f5a4969057164
Parent: 346ebc9
Committed by GitHub <noreply@github.com> on 9/2/2026, 8:12:29 PM