Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Zhang <[email protected]>
  • Loading branch information
heheda12345 committed Jan 16, 2025
1 parent f4070a4 commit 19973ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ def _verify_cuda_graph(self) -> None:
if (self.hf_config.model_type in MODEL_NOT_SUPPORT_CUDA_GRAPH
and not self.enforce_eager):
logger.warning(
f"CUDA graph is not supported for {self.hf_config.model_type} yet, "
"fallback to the eager mode.")
"CUDA graph is not supported for %s yet, fallback to the eager "
"mode.", self.hf_config.model_type)
self.enforce_eager = True

def _verify_bnb_config(self) -> None:
Expand Down

0 comments on commit 19973ac

Please sign in to comment.