Skip to content

Commit e2e75eb

Browse files
comaniacpcmoritz
authored andcommitted
[MISC] Remove FP8 warning (vllm-project#5472)
Co-authored-by: Philipp Moritz <[email protected]>
1 parent a4d3b37 commit e2e75eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def _verify_quantization(self) -> None:
212212
f"{self.quantization} quantization is currently not "
213213
f"supported in ROCm.")
214214
if (self.quantization
215-
not in ["marlin", "gptq_marlin_24", "gptq_marlin"]):
215+
not in ("fp8", "marlin", "gptq_marlin_24", "gptq_marlin")):
216216
logger.warning(
217217
"%s quantization is not fully "
218218
"optimized yet. The speed can be slower than "

0 commit comments

Comments
 (0)