Skip to content

Commit f70e229

Browse files
committed
remove import
1 parent d222713 commit f70e229

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

torchao/dtypes/fpx/fpx.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@
88
from torchao.ops import quant_llm_linear
99
from torchao.dtypes.utils import (
1010
LayoutType,
11-
_implements,
12-
_dispatch__torch_function__,
13-
_dispatch__torch_dispatch__,
1411
)
1512
from torchao.quantization.quant_api import _get_linear_subclass_inserter
1613
from dataclasses import dataclass
1714
from torchao.dtypes.affine_quantized_tensor import AQTLayout, register_layout_cls
18-
from torchao.utils import TorchAOBaseTensor
1915

2016

2117
aten = torch.ops.aten

0 commit comments

Comments
 (0)