We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433f56b commit 902af47Copy full SHA for 902af47
src/transformers/models/qwen3_vl/modular_qwen3_vl.py
@@ -33,7 +33,7 @@
33
from ...modeling_utils import ALL_ATTENTION_FUNCTIONS
34
from ...processing_utils import ProcessingKwargs, Unpack, VideosKwargs
35
from ...tokenization_utils_base import PreTokenizedInput, TextInput
36
-from ...utils import auto_docstring, can_return_tuple, is_torchdynamo_compiling, logging
+from ...utils import auto_docstring, is_torchdynamo_compiling, logging
37
from ...utils.generic import check_model_inputs
38
from ...video_utils import VideoInput
39
from ..qwen2_5_vl.modeling_qwen2_5_vl import (
0 commit comments