[Bugfix] Fix display error (inconsistent with context) (#33020)
Signed-off-by: linhaifeng <1371675203@qq.com>
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user