We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca8645 commit 37b2564Copy full SHA for 37b2564
extension/llm/export/quantizer_lib.py
@@ -16,7 +16,8 @@
16
XNNPACKQuantizer,
17
)
18
19
-from torchao.quantization.pt2e.quantizer import EmbeddingQuantizer, Quantizer
+from torchao.quantization.pt2e.quantizer import Quantizer
20
+from torchao.quantization.pt2e.quantizer.embedding_quantizer import EmbeddingQuantizer
21
22
FORMAT = "[%(levelname)s %(asctime)s %(filename)s:%(lineno)s] %(message)s"
23
logging.basicConfig(level=logging.INFO, format=FORMAT)
0 commit comments