Skip to content

Commit 7e1e7a7

Browse files
comaniacpcmoritz
authored andcommitted
[MISC] Remove FP8 warning (vllm-project#5472)
Co-authored-by: Philipp Moritz <pcmoritz@gmail.com>
1 parent ad5181c commit 7e1e7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

+1-1
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)