Skip to content

Commit

Permalink
use debug
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao committed Jan 21, 2025
1 parent f4c434d commit fd753d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/compilation/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def __call__(self, *args, **kwargs):
f" {dims} for argument {k} with type {type(arg)}.")
# here, it is the starting point of the `torch.compile` process
start_monitoring_torch_compile(self.vllm_config)
logger.info("Start compiling function %s",
self.original_code_object)
logger.debug("Start compiling function %s",
self.original_code_object)

# if we don't use custom dispatcher, we can directly call the
# compiled function and let torch.compile handle the dispatching,
Expand Down

0 comments on commit fd753d1

Please sign in to comment.