Skip to content

Commit 0bc1899

Browse files
Update
[ghstack-poisoned]
1 parent 76ae4bc commit 0bc1899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

torchao/dtypes/affine_quantized_tensor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
from torchao.dtypes.utils import AQTTensorImpl, Layout, PlainLayout
88
from torchao.quantization.quant_primitives import (
9+
FP8_TYPES,
10+
MappingType,
11+
ZeroPointDomain,
912
choose_qparams_affine,
1013
choose_qparams_affine_float8,
1114
choose_qparams_affine_floatx,
1215
choose_qparams_and_quantize_affine_hqq,
1316
dequantize_affine,
1417
dequantize_affine_floatx,
15-
FP8_TYPES,
16-
MappingType,
1718
quantize_affine,
1819
quantize_affine_float8,
1920
quantize_affine_floatx,
20-
ZeroPointDomain,
2121
)
2222
from torchao.utils import TORCH_VERSION_AT_LEAST_2_5, TorchAOBaseTensor
2323

0 commit comments

Comments
 (0)