Skip to content

Commit

Permalink
Fix process bug (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 authored Dec 17, 2024
1 parent f3e67c7 commit ea72313
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/process_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
'Time_Per_Output_Token-TPOT_P99',
'Time_Per_Output_Token-TPOT_Avg',
'Output_Tokens_per_Second',
'Input_Tokens',
'Onput_Tokens',
'Input_Tokens_per_Second',
'Output_Tokens_per_Second'
'Onput_Tokens',
'Input_Tokens'
]

df = pd.read_csv(csv_file, delimiter=',')
Expand Down

0 comments on commit ea72313

Please sign in to comment.