yulei
yulei
**Description**  **Steps to Reproduce** Steps to reproduce the behavior: 1. Save below snippet '...' 2. Compile it with javac '....' 3. Execute with VM options '....' 4. See error...
Fix #8233 Before the fix:  After the fix: 
### Your current environment Your output of `python collect_env.py` here ### 🐛 Describe the bug When `--num-scheduler-steps=n`, `do_log_stats()` is called only once every `n` step. However, when calculating `num_generation_tokens` within...