Skip to content

Commit 32b3946

Browse files
Add clear documentation around the impact of debugging flag (vllm-project#19369)
Signed-off-by: Anna Pendleton <pendleton@google.com>
1 parent 6b1391c commit 32b3946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If other strategies don't solve the problem, it's likely that the vLLM instance
4040
- `export VLLM_LOGGING_LEVEL=DEBUG` to turn on more logging.
4141
- `export CUDA_LAUNCH_BLOCKING=1` to identify which CUDA kernel is causing the problem.
4242
- `export NCCL_DEBUG=TRACE` to turn on more logging for NCCL.
43-
- `export VLLM_TRACE_FUNCTION=1` to record all function calls for inspection in the log files to tell which function crashes or hangs.
43+
- `export VLLM_TRACE_FUNCTION=1` to record all function calls for inspection in the log files to tell which function crashes or hangs. Do not use this flag unless absolutely needed for debugging, it will cause significant delays in startup time.
4444

4545
## Incorrect network setup
4646

0 commit comments

Comments
 (0)