File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -391,8 +391,6 @@ exclude_patterns = [
391391 " backends/vulkan/quantizer/**" ,
392392 " backends/vulkan/test/**" ,
393393 " backends/cadence/aot/quantizer/**" ,
394- " backends/qualcomm/quantizer/**" ,
395- " examples/qualcomm/**" ,
396394 " backends/xnnpack/quantizer/**" ,
397395 " backends/xnnpack/test/**" ,
398396 " exir/tests/test_passes.py" ,
Original file line number Diff line number Diff line change 3535
3636from executorch .extension .llm .export .export_passes import RemoveRedundantTransposes
3737from pytorch_tokenizers import get_tokenizer
38- from torch .ao .quantization .quantizer import Quantizer
39- from torch .ao .quantization .quantizer .composable_quantizer import ComposableQuantizer
4038from torch .export import export_for_training , ExportedProgram
4139from torch .nn .attention import SDPBackend
4240from torchao .quantization .pt2e .quantize_pt2e import convert_pt2e , prepare_pt2e
41+ from torchao .quantization .pt2e .quantizer import ComposableQuantizer , Quantizer
4342from torchao .utils import unwrap_tensor_subclass
4443
4544FORMAT = "[%(levelname)s %(asctime)s %(filename)s:%(lineno)s] %(message)s"
You can’t perform that action at this time.
0 commit comments