diff --git a/torchao/quantization/prototype/qat/_module_swap_api.py b/torchao/quantization/prototype/qat/_module_swap_api.py index 0b44974f21..8f0c6d8632 100644 --- a/torchao/quantization/prototype/qat/_module_swap_api.py +++ b/torchao/quantization/prototype/qat/_module_swap_api.py @@ -2,6 +2,7 @@ # These will be removed in the future from .linear import ( + Int8DynActInt4WeightQATLinear, Int8DynActInt4WeightQATQuantizer as Int8DynActInt4WeightQATQuantizerModuleSwap, Int4WeightOnlyQATQuantizer as Int4WeightOnlyQATQuantizerModuleSwap, enable_8da4w_fake_quant as enable_8da4w_fake_quant_module_swap,