Skip to content

Commit 156929a

Browse files
committed
fix
1 parent 1d2dbbb commit 156929a

File tree

1 file changed

+1
-1
lines changed
  • torchao/quantization/pt2e/pt2e/representation

1 file changed

+1
-1
lines changed

torchao/quantization/pt2e/pt2e/representation/rewrite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from torch.fx import GraphModule
1717
from torch.fx.subgraph_rewriter import replace_pattern
1818

19-
from torchao.quantization.pt2e.pt2e.export_utils import _WrapperModule
19+
from torchao.quantization.pt2e.export_utils import _WrapperModule
2020
from torchao.quantization.pt2e.utils import (
2121
_get_aten_graph_module_for_pattern,
2222
_replace_literals_with_existing_placeholders,

0 commit comments

Comments
 (0)