Skip to content

Commit 78d3a44

Browse files
committed
[FIX] inconsistency in the naming of one of the new environment
variables `VLLM_TORCH_PROFILER_WITH_PROFILE_MEMORY` Signed-off-by: Csrayz <[email protected]>
1 parent ac65e79 commit 78d3a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We support tracing vLLM workers using the `torch.profiler` module. You can enabl
99

1010
`VLLM_TORCH_PROFILER_RECORD_SHAPES=1` to enable recording Tensor Shapes, off by default
1111

12-
`VLLM_TORCH_PROFILER_PROFILE_MEMORY=1` to record memory, off by default
12+
`VLLM_TORCH_PROFILER_WITH_PROFILE_MEMORY=1` to record memory, off by default
1313

1414
`VLLM_TORCH_PROFILER_WITH_STACK=1` to enable recording stack information, on by default
1515

0 commit comments

Comments
 (0)