Skip to content

Commit 510e1b4

Browse files
authored
Add __init__.py for group wise lut quantization package
Differential Revision: D79119958 Pull Request resolved: #2702
1 parent 853f87d commit 510e1b4

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)