[Auto Sync] Update parallel_state.py, few_shot_gsm8k.py (20250903) (#9986)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Leon Gao <leon.gao19@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-09-03 16:55:43 -07:00
committed by GitHub
parent 66d5d0425c
commit 397448ebbc
2 changed files with 9 additions and 11 deletions

View File

@@ -129,6 +129,7 @@ def run_eval(args):
return {
"accuracy": acc,
"invalid": invalid,
"latency": latency,
"output_throughput": output_throughput,
}