Skip to content

Commit ee7e275

Browse files
author
wangxiaoxin-sherie
committed
xx
1 parent 65e37c7 commit ee7e275

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vllm_ascend/platform.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,7 @@ def check_and_update_config(cls, vllm_config: VllmConfig) -> None:
178178

179179
compilation_config.cudagraph_num_of_warmups = 1
180180

181-
if compilation_config.level == CompilationLevel.PIECEWISE:
182-
logger.warning(
183-
"NEW NPU does not support %s compilation level. Setting CUDAGraphMode to NONE",
184-
compilation_config.level)
185-
elif compilation_config.level not in [
181+
if compilation_config.level not in [
186182
CompilationLevel.NO_COMPILATION, CompilationLevel.PIECEWISE
187183
]:
188184
logger.warning(

0 commit comments

Comments
 (0)