Skip to content

Commit 7d8c5a4

Browse files
exclude sparsity param names
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 02d5e78 commit 7d8c5a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/compressed_tensors/quantization/quant_names.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,5 @@ class KVCacheScaleType(Enum):
3939
"weight_packed",
4040
"weight_global_scale",
4141
"weight_shape",
42-
"scale_packed",
43-
"meta",
44-
"shape",
45-
"compressed",
46-
"bitmask",
47-
"row_offsets",
4842
]
4943
)

0 commit comments

Comments
 (0)