Skip to content

Commit 79a23ff

Browse files
committed
clean-up
Signed-off-by: Dipika Sikka <dipikasikka1@gmail.com>
1 parent 918a847 commit 79a23ff

File tree

1 file changed

+0
-6
lines changed
  • vllm/model_executor/layers/quantization/kernels/mixed_precision

1 file changed

+0
-6
lines changed

vllm/model_executor/layers/quantization/kernels/mixed_precision/machete.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ def can_implement(cls,
3232
return False, "Act reordering currently not supported by Machete, "\
3333
"when the input features are partitioned across "\
3434
"devices"
35-
if c.zero_points:
36-
return False, "Zero points currently not supported by "\
37-
" Compressed Tensors + Machete. (Kernel supports it"\
38-
" but CompressedTensorsWNA16 does not so support has"\
39-
" not been added to MacheteWNA16Kernel yet"
40-
4135
if c.zero_points:
4236
return False, "Zero points currently not supported by Machete"
4337

0 commit comments

Comments
 (0)