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 8d02660 commit 2e70f63Copy full SHA for 2e70f63
onnxscript/_framework_apis/torch_2_9.py
@@ -14,8 +14,6 @@
14
15
from typing import TYPE_CHECKING
16
17
-import onnx_ir as ir
18
-
19
from onnxscript import version_converter
20
from onnxscript._framework_apis.torch_2_8 import (
21
check_model,
@@ -25,7 +23,7 @@
25
23
)
26
24
27
if TYPE_CHECKING:
28
- from onnxscript import ir
+ import onnx_ir as ir
29
30
31
def convert_version(model: ir.Model, target_version: int) -> ir.Model:
0 commit comments