mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-23 06:44:27 +08:00
update piecewise cudagraph warning when splitting_ops=[] (#30728)
Signed-off-by: Boyuan Feng <boyuan@meta.com>
This commit is contained in:
parent
d0fb572929
commit
104003dc77
@ -937,7 +937,7 @@ class CompilationConfig:
|
|||||||
or self.cudagraph_mode == CUDAGraphMode.FULL_AND_PIECEWISE
|
or self.cudagraph_mode == CUDAGraphMode.FULL_AND_PIECEWISE
|
||||||
):
|
):
|
||||||
logger.warning_once(
|
logger.warning_once(
|
||||||
"Using piecewise compilation with empty splitting_ops"
|
"Using piecewise cudagraph with empty splitting_ops"
|
||||||
)
|
)
|
||||||
if self.cudagraph_mode == CUDAGraphMode.PIECEWISE:
|
if self.cudagraph_mode == CUDAGraphMode.PIECEWISE:
|
||||||
logger.warning_once(
|
logger.warning_once(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user