Skip to content

Commit 2f8fd69

Browse files
authored
Update packed_weghts_header to include the new groupwise lowbit header.
Differential Revision: D77620152 Pull Request resolved: #2582
1 parent d05e54f commit 2f8fd69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchao/experimental/ops/packed_weights_header.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ enum class PackedWeightsType : uint32_t {
1818
embedding_xbit_universal = 2,
1919
linear_8bit_act_xbit_weight_kleidi_ai = 3,
2020
linear_8bit_act_xbit_weight_lut = 4,
21+
groupwise_lowbit_weight_lut = 5,
2122
};
2223

2324
class PackedWeightsHeader {

0 commit comments

Comments
 (0)