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 2ea8a94 commit 51e5cdfCopy full SHA for 51e5cdf
_unittests/ut_torch_export_patches/test_patch_transformers.py
@@ -379,9 +379,11 @@ def _get_cu_seqlens(cls):
379
@requires_transformers("4.55")
380
@unittest.skipIf(not patch_qwen2_5, "Qwen25 not part of this transformers")
381
def test_patched_qwen2_5_vl_vision_attention_forward(self):
382
+ from onnx_diagnostic.torch_export_patches.patches.patch_helper import (
383
+ _is_torchdynamo_exporting,
384
+ )
385
from onnx_diagnostic.torch_export_patches.patches.patch_transformers import (
386
patched_Qwen2_5_VLVisionAttention,
- _is_torchdynamo_exporting,
387
)
388
389
config = get_cached_configuration("Qwen/Qwen2.5-VL-7B-Instruct")
0 commit comments