Skip to content

Commit bbc1b29

Browse files
authored
Update troubleshooting.md and remind VLLM_TRACE_FUNCTION usage (#27069)
Signed-off-by: cong-meta <[email protected]>
1 parent acb1bfa commit bbc1b29

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
@@ -38,7 +38,7 @@ If other strategies don't solve the problem, it's likely that the vLLM instance
3838
- `export VLLM_LOG_STATS_INTERVAL=1.` to get log statistics more frequently for tracking running queue, waiting queue and cache hit states.
3939
- `export CUDA_LAUNCH_BLOCKING=1` to identify which CUDA kernel is causing the problem.
4040
- `export NCCL_DEBUG=TRACE` to turn on more logging for NCCL.
41-
- `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.
41+
- `export VLLM_TRACE_FUNCTION=1` to record all function calls for inspection in the log files to tell which function crashes or hangs. (WARNING: This flag will slow down the token generation by **over 100x**. Do not use unless absolutely needed.)
4242

4343
## Breakpoints
4444

0 commit comments

Comments
 (0)