Skip to content

Commit ed46391

Browse files
Add trailing comma to dictionary for better maintainability
Co-authored-by: functionstackx <47992694+functionstackx@users.noreply.github.com>
1 parent f28be62 commit ed46391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/process_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'precision': precision,
2828
'tput_per_gpu': float(bmk_result['total_token_throughput']) / tp_size,
2929
'output_tput_per_gpu': float(bmk_result['output_throughput']) / tp_size,
30-
'input_tput_per_gpu': float(bmk_result['input_throughput']) / tp_size
30+
'input_tput_per_gpu': float(bmk_result['input_throughput']) / tp_size,
3131
}
3232

3333
if mtp_mode: # MTP

0 commit comments

Comments
 (0)