Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions torchao/quantization/prototype/qat/_module_swap_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading