Skip to content

Commit 01b81bc

Browse files
szyszyzysliangel-02
authored andcommitted
Add __init__.py for group wise lut quantization package
Differential Revision: D79119958 Pull Request resolved: #2702
1 parent 99562f0 commit 01b81bc

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 .api import GroupwiseLutWeightConfig
2+
from .codebook_quantized_tensor import GroupwiseLutQuantizedTensor
3+
4+
__all__ = ["GroupwiseLutQuantizedTensor", "GroupwiseLutWeightConfig"]

0 commit comments

Comments
 (0)