[Bugfix] Fix display error (inconsistent with context) (#33020)

Signed-off-by: linhaifeng <1371675203@qq.com>
This commit is contained in:
linhaifeng
2026-01-28 04:33:29 +08:00
committed by GitHub
parent 3c3c547ce0
commit f5d7049cc1

View File

@@ -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."
)