Skip to content

Commit 30299a4

Browse files
comaniacpcmoritz
andauthored
[MISC] Remove FP8 warning (#5472)
Co-authored-by: Philipp Moritz <[email protected]>
1 parent 85657b5 commit 30299a4

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)