Skip to content

Commit a64f9e5

Browse files
szyszyzysfacebook-github-bot
authored andcommitted
Add __init__.py for group wise lut quantization package (#2702)
Summary: Pull Request resolved: #2702 Reviewed By: metascroy Differential Revision: D79119958
1 parent 6752e04 commit a64f9e5

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)