Skip to content

Commit 5b460b9

Browse files
szyszyzysfacebook-github-bot
authored andcommitted
Add __init__.py for group wise lut quantization package
Reviewed By: metascroy Differential Revision: D79119958
1 parent b40da44 commit 5b460b9

File tree

1 file changed

+4
-0
lines changed
  • torchao/prototype/quantization/codebook_groupwise

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .codebook_quantized_tensor import GroupwiseLutQuantizedTensor
2+
from .api import GroupwiseLutWeightConfig
3+
4+
__all__ = ["GroupwiseLutQuantizedTensor", "GroupwiseLutWeightConfig"]

0 commit comments

Comments
 (0)