Unverified Commit f5d7049c authored by linhaifeng's avatar linhaifeng Committed by GitHub
Browse files

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


Signed-off-by: default avatarlinhaifeng <1371675203@qq.com>
parent 3c3c547c
...@@ -1951,13 +1951,13 @@ class EngineArgs: ...@@ -1951,13 +1951,13 @@ class EngineArgs:
CpuArchEnum.RISCV, CpuArchEnum.RISCV,
): ):
logger.info( logger.info(
"Chunked prefill is not supported for ARM and POWER, " "Chunked prefill is not supported for POWER, "
"S390X and RISC-V CPUs; " "S390X and RISC-V CPUs; "
"disabling it for V1 backend." "disabling it for V1 backend."
) )
self.enable_chunked_prefill = False self.enable_chunked_prefill = False
logger.info( logger.info(
"Prefix caching is not supported for ARM and POWER, " "Prefix caching is not supported for POWER, "
"S390X and RISC-V CPUs; " "S390X and RISC-V CPUs; "
"disabling it for V1 backend." "disabling it for V1 backend."
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment