File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 UintxLayout ,
2929 to_marlinqqq_quantized_intx ,
3030)
31+ from .uintx .block_sparse_layout import BlockSparseLayout
3132from .utils import (
3233 Layout ,
3334 PlainLayout ,
3435)
35- from .uintx .block_sparse_layout import BlockSparseLayout
3636
3737__all__ = [
3838 "NF4Tensor" ,
Original file line number Diff line number Diff line change 2525 _linear_f16_bf16_act_floatx_weight_check ,
2626 _linear_f16_bf16_act_floatx_weight_impl ,
2727)
28- from torchao .prototype .dtypes .uintx .block_sparse_layout import (
29- _linear_int8_act_int8_weight_block_sparse_check ,
30- _linear_int8_act_int8_weight_block_sparse_impl ,
31- )
3228from torchao .dtypes .uintx .cutlass_int4_packed_layout import (
3329 _linear_int4_act_int4_weight_cutlass_check ,
3430 _linear_int4_act_int4_weight_cutlass_impl ,
9490 _linear_bf16_act_uint4_weight_check ,
9591 _linear_bf16_act_uint4_weight_impl ,
9692)
93+ from torchao .prototype .dtypes .uintx .block_sparse_layout import (
94+ _linear_int8_act_int8_weight_block_sparse_check ,
95+ _linear_int8_act_int8_weight_block_sparse_impl ,
96+ )
9797from torchao .quantization .quant_primitives import (
9898 ZeroPointDomain ,
9999 _dequantize_affine_no_zero_point ,
You can’t perform that action at this time.
0 commit comments