Skip to content

Commit 05067b0

Browse files
committed
init
1 parent 4238f5c commit 05067b0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.lintrunner.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

extension/llm/export/builder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@
3535

3636
from executorch.extension.llm.export.export_passes import RemoveRedundantTransposes
3737
from pytorch_tokenizers import get_tokenizer
38-
from torch.ao.quantization.quantizer import Quantizer
39-
from torch.ao.quantization.quantizer.composable_quantizer import ComposableQuantizer
4038
from torch.export import export_for_training, ExportedProgram
4139
from torch.nn.attention import SDPBackend
4240
from torchao.quantization.pt2e.quantize_pt2e import convert_pt2e, prepare_pt2e
41+
from torchao.quantization.pt2e.quantizer import ComposableQuantizer, Quantizer
4342
from torchao.utils import unwrap_tensor_subclass
4443

4544
FORMAT = "[%(levelname)s %(asctime)s %(filename)s:%(lineno)s] %(message)s"

0 commit comments

Comments
 (0)