[3/N][torch.compile] consolidate custom op logging (#10399)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
@@ -80,6 +80,10 @@ def set_current_vllm_config(vllm_config: VllmConfig):
|
||||
_current_vllm_config = vllm_config
|
||||
yield
|
||||
finally:
|
||||
logger.debug("enabled custom ops: %s",
|
||||
vllm_config.compilation_config.enabled_custom_ops)
|
||||
logger.debug("disabled custom ops: %s",
|
||||
vllm_config.compilation_config.disabled_custom_ops)
|
||||
_current_vllm_config = old_vllm_config
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user