You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2026. It is now read-only.
I have tried the Qwen2 VL 72B AWQ and Qwen2.5 VL 72B weights taken straight from the Qwen HF repos. I keep getting this warning and I have tried the environment variable, "HF_TOKENIZER_USE_FAST=1", but that does not fix the issue.
Where can I add the 'use_fast' setting to the source code in order to speed up loading?
2025-03-23 18:21:46 Using a slow image processor as use_fastis unset and a slow processor was saved with this model.use_fast=Truewill be the default behavior in v4.48, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor withuse_fast=False.