Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
danielvegamyhre committed Jan 22, 2025
1 parent 76ae4bc commit 0bc1899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions torchao/dtypes/affine_quantized_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

from torchao.dtypes.utils import AQTTensorImpl, Layout, PlainLayout
from torchao.quantization.quant_primitives import (
FP8_TYPES,
MappingType,
ZeroPointDomain,
choose_qparams_affine,
choose_qparams_affine_float8,
choose_qparams_affine_floatx,
choose_qparams_and_quantize_affine_hqq,
dequantize_affine,
dequantize_affine_floatx,
FP8_TYPES,
MappingType,
quantize_affine,
quantize_affine_float8,
quantize_affine_floatx,
ZeroPointDomain,
)
from torchao.utils import TORCH_VERSION_AT_LEAST_2_5, TorchAOBaseTensor

Expand Down

0 comments on commit 0bc1899

Please sign in to comment.