Skip to content

Commit 183bfe7

Browse files
author
rshaw@neuralmagic.com
committed
use marlin remove:
1 parent a14116c commit 183bfe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/model_executor/layers/quantization/fbgemm_fp8.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def __init__(self, ignore_list: List[str], input_scale_ub: float):
4040
capability = capability[0] * 10 + capability[1]
4141
self.use_marlin = capability < 89
4242

43-
self.use_marlin = True
44-
4543
@classmethod
4644
def get_name(cls) -> str:
4745
return "fbgemm_fp8"

0 commit comments

Comments
 (0)