Skip to content

Commit feddfb8

Browse files
szyszyzysfacebook-github-bot
authored andcommitted
Update packed_weghts_header to include the new groupwise lowbit header. (#2582)
Summary: Pull Request resolved: #2582 Reviewed By: metascroy Differential Revision: D77620152
1 parent d05e54f commit feddfb8

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)