We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac65e79 commit ebb8325Copy full SHA for ebb8325
docs/contributing/profiling.md
@@ -9,7 +9,7 @@ We support tracing vLLM workers using the `torch.profiler` module. You can enabl
9
10
`VLLM_TORCH_PROFILER_RECORD_SHAPES=1` to enable recording Tensor Shapes, off by default
11
12
-`VLLM_TORCH_PROFILER_PROFILE_MEMORY=1` to record memory, off by default
+`VLLM_TORCH_PROFILER_WITH_PROFILE_MEMORY=1` to record memory, off by default
13
14
`VLLM_TORCH_PROFILER_WITH_STACK=1` to enable recording stack information, on by default
15
0 commit comments