Skip to content

Commit a236f52

Browse files
committed
add tests
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 5d675fc commit a236f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compressed_tensors/quantization/quant_args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class QuantizationStrategy(str, Enum):
101101
BLOCK = "block"
102102
TOKEN = "token"
103103
TENSOR_GROUP = "tensor_group"
104+
ATTN_HEAD = "attn_head"
104105

105106

106107
class DynamicType(str, Enum):

0 commit comments

Comments
 (0)