Skip to content

Commit 2ea8a94

Browse files
committed
fix import issue
1 parent 905201f commit 2ea8a94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOGS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Logs
44
0.8.3
55
+++++
66

7+
* :pr:`310`: split patches into multiple files
78
* :pr:`308`: add option --save_ep to dump the exported program as well as torch input
89
* :pr:`304`, :pr:`306`: improves side-by-side comparison, creates command line sbs
910

_unittests/ut_torch_export_patches/test_patch_rewriting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22
from onnx_diagnostic.ext_test_case import ExtTestCase
3-
from onnx_diagnostic.torch_export_patches.patches.patch_transformers import (
3+
from onnx_diagnostic.torch_export_patches.patches._patch_transformers_qwen2 import (
44
rewrite_loop_for_square_mask,
55
)
66
from onnx_diagnostic.torch_export_patches.patch_module_helper import code_needing_rewriting

0 commit comments

Comments
 (0)