File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,11 @@ exclude_patterns = [
391
391
" backends/vulkan/quantizer/**" ,
392
392
" backends/vulkan/test/**" ,
393
393
" backends/cadence/aot/quantizer/**" ,
394
+ <<<<<<< HEAD
395
+ =======
396
+ " backends/qualcomm/quantizer/**" ,
397
+ " examples/qualcomm/**" ,
398
+ >>>>>>> 362501568 (up)
394
399
"backends/xnnpack/quantizer/**",
395
400
"backends/xnnpack/test/**",
396
401
"exir/tests/test_passes.py",
Original file line number Diff line number Diff line change 35
35
36
36
from executorch .extension .llm .export .export_passes import RemoveRedundantTransposes
37
37
from pytorch_tokenizers import get_tokenizer
38
+ from torch .ao .quantization .quantizer import Quantizer
39
+ from torch .ao .quantization .quantizer .composable_quantizer import ComposableQuantizer
38
40
from torch .export import export_for_training , ExportedProgram
39
41
from torch .nn .attention import SDPBackend
40
42
from torchao .quantization .pt2e .quantize_pt2e import convert_pt2e , prepare_pt2e
41
- from torchao .quantization .pt2e .quantizer import ComposableQuantizer , Quantizer
42
43
from torchao .utils import unwrap_tensor_subclass
43
44
44
45
FORMAT = "[%(levelname)s %(asctime)s %(filename)s:%(lineno)s] %(message)s"
You can’t perform that action at this time.
0 commit comments