Skip to content

Commit 8d164ad

Browse files
committed
minor diff
Signed-off-by: Thomas Parnell <[email protected]>
1 parent bad4c58 commit 8d164ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/config/compilation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def __post_init__(self) -> None:
344344
def init_backend(self, vllm_config: VllmConfig) -> Union[str, Callable]:
345345
if self.level == CompilationLevel.NO_COMPILATION:
346346
raise ValueError("No compilation level is set.")
347+
347348
if self.full_cuda_graph is None:
348349
self.full_cuda_graph = False
349350
from torch._dynamo.backends.registry import list_backends

0 commit comments

Comments
 (0)