Skip to content

Commit

Permalink
remove leftover comment
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Sayers <[email protected]>
  • Loading branch information
kylesayrs committed Jan 31, 2025
1 parent ecee510 commit 54fd6fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def _make_24_sparse(tensor):
"expected_sparsity_compressor",
[
("W8A8", "int", False, "int-quantized", "dense"),
("W4A16", "int", False, "pack-quantized", "dense"), # this guy
("W4A16", "int", False, "pack-quantized", "dense"),
("W8A16", "int", False, "pack-quantized", "dense"),
("W8A8", "int", True, "int-quantized", "sparse-24-bitmask"),
("W4A16", "int", True, "marlin-24", "dense"),
Expand Down

0 comments on commit 54fd6fb

Please sign in to comment.