diff --git a/vllm/engine/arg_utils.py b/vllm/engine/arg_utils.py index 16e3dcc67..82be97ce6 100644 --- a/vllm/engine/arg_utils.py +++ b/vllm/engine/arg_utils.py @@ -1951,13 +1951,13 @@ class EngineArgs: CpuArchEnum.RISCV, ): logger.info( - "Chunked prefill is not supported for ARM and POWER, " + "Chunked prefill is not supported for POWER, " "S390X and RISC-V CPUs; " "disabling it for V1 backend." ) self.enable_chunked_prefill = False logger.info( - "Prefix caching is not supported for ARM and POWER, " + "Prefix caching is not supported for POWER, " "S390X and RISC-V CPUs; " "disabling it for V1 backend." )