Skip to content

Commit 6c03ed4

Browse files
authored
Remove __all__ exports from module
Removed __all__ exports from cutlass_int4_packed_layout.py
1 parent 1d51ebf commit 6c03ed4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

torchao/dtypes/uintx/cutlass_int4_packed_layout.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,3 @@
2323
_linear_int8_act_int4_weight_cutlass_check,
2424
_linear_int8_act_int4_weight_cutlass_impl,
2525
)
26-
27-
__all__ = [
28-
"CutlassInt4PackedLayout",
29-
"Int4PackedTensorImpl",
30-
"_linear_int4_act_int4_weight_cutlass_check",
31-
"_linear_int4_act_int4_weight_cutlass_impl",
32-
"_linear_int8_act_int4_weight_cutlass_check",
33-
"_linear_int8_act_int4_weight_cutlass_impl",
34-
]

0 commit comments

Comments
 (0)