@@ -645,7 +645,7 @@ def test_plug_multi_head_attention_qwen25_packed_float16(self):
645645 self .assertEqualArray (results .eager_outputs [0 ], results .onnx_outputs [0 ], atol = 0.01 )
646646 self .assertLess (results .diffs [0 ]["abs" ], 0.01 )
647647
648- @requires_onnxruntime ("1.25 " )
648+ @requires_onnxruntime ("1.30 " )
649649 @unittest .skipIf (not patch_qwen2_5 , "Qwen25 not part of this transformers" )
650650 def test_plug_multi_head_attention_qwen25_loopmha_float16 (self ):
651651 from onnx_diagnostic .torch_export_patches .patches ._patch_transformers_qwen2_5 import (
@@ -681,7 +681,7 @@ def test_plug_multi_head_attention_qwen25_loopmha_float16(self):
681681 self .assertEqualArray (results .eager_outputs [0 ], results .onnx_outputs [0 ], atol = 0.01 )
682682 self .assertLess (results .diffs [0 ]["abs" ], 0.01 )
683683
684- @requires_onnxruntime ("1.25 " )
684+ @requires_onnxruntime ("1.30 " )
685685 @unittest .skipIf (not patch_qwen2_5 , "Qwen25 not part of this transformers" )
686686 def test_plug_multi_head_attention_qwen25_loopmha_float32 (self ):
687687 from onnx_diagnostic .torch_export_patches .patches ._patch_transformers_qwen2_5 import (
@@ -717,7 +717,7 @@ def test_plug_multi_head_attention_qwen25_loopmha_float32(self):
717717 self .assertEqualArray (results .eager_outputs [0 ], results .onnx_outputs [0 ], atol = 1e-5 )
718718 self .assertLess (results .diffs [0 ]["abs" ], 1e-5 )
719719
720- @requires_onnxruntime ("1.25 " )
720+ @requires_onnxruntime ("1.30 " )
721721 @unittest .skipIf (not patch_qwen2_5 , "Qwen25 not part of this transformers" )
722722 def test_plug_multi_head_attention_qwen25_loopa24_float16 (self ):
723723 from onnx_diagnostic .torch_export_patches .patches ._patch_transformers_qwen2_5 import (
@@ -748,7 +748,7 @@ def test_plug_multi_head_attention_qwen25_loopa24_float16(self):
748748 )
749749 self .assertLess (results .diffs [0 ]["abs" ], 0.005 )
750750
751- @requires_onnxruntime ("1.25 " )
751+ @requires_onnxruntime ("1.30 " )
752752 @unittest .skipIf (not patch_qwen2_5 , "Qwen25 not part of this transformers" )
753753 def test_plug_multi_head_attention_qwen25_loopa24_float32 (self ):
754754 from onnx_diagnostic .torch_export_patches .patches ._patch_transformers_qwen2_5 import (
0 commit comments