Summary
Add description that tensor outputs are separated into 'draft' and 'target' subdirectories when Eagle mode is enabled.
This PR updates the documentation for --debug-tensor-dump-output-folder to clarify its behavior in Eagle mode.
Motivation
In Eagle mode, tensor outputs from the target and draft models are stored in separate subdirectories ("target" and "draft"). This behavior was previously undocumented, which may cause confusion when analyzing dumped tensors.
Modifications
Update the help description of --debug-tensor-dump-output-folder
Add clarification that tensor outputs are separated into target/ and draft/ subdirectories in Eagle mode
Related Pull Request
Code change: sgl-project/sglang#21694
Summary
Add description that tensor outputs are separated into 'draft' and 'target' subdirectories when Eagle mode is enabled.
This PR updates the documentation for --debug-tensor-dump-output-folder to clarify its behavior in Eagle mode.
Motivation
In Eagle mode, tensor outputs from the target and draft models are stored in separate subdirectories ("target" and "draft"). This behavior was previously undocumented, which may cause confusion when analyzing dumped tensors.
Modifications
Update the help description of --debug-tensor-dump-output-folder
Add clarification that tensor outputs are separated into target/ and draft/ subdirectories in Eagle mode
Related Pull Request
Code change: sgl-project/sglang#21694