We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05e54f commit 2f8fd69Copy full SHA for 2f8fd69
torchao/experimental/ops/packed_weights_header.h
@@ -18,6 +18,7 @@ enum class PackedWeightsType : uint32_t {
18
embedding_xbit_universal = 2,
19
linear_8bit_act_xbit_weight_kleidi_ai = 3,
20
linear_8bit_act_xbit_weight_lut = 4,
21
+ groupwise_lowbit_weight_lut = 5,
22
};
23
24
class PackedWeightsHeader {
0 commit comments