diff --git a/docs/design/debug_vllm_compile.md b/docs/design/debug_vllm_compile.md index 328df5816..da8c12796 100644 --- a/docs/design/debug_vllm_compile.md +++ b/docs/design/debug_vllm_compile.md @@ -39,10 +39,9 @@ For more details on the design, please see the following resources: ## Use tlparse -Use [tlparse](https://github.com/meta-pytorch/tlparse) to acquire torch.compile logs. These logs show all stages of the compilation process, -including the fused kernels that torch.compile produces. -If you can, we recommend sending these or pieces of these along with any bug reports -- -they are very helpful. +Use [tlparse](https://github.com/meta-pytorch/tlparse) to view torch.compile +logs. These logs show all stages of the compilation process, including the fused +kernels that torch.compile produces. Install tlparse: @@ -50,11 +49,16 @@ Install tlparse: pip install tlparse ``` +To enable the torch.compile logs, you can set the envvar `TORCH_TRACE=