Mofidy Typos
This commit is contained in:
parent
1a360823ce
commit
382c18e600
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ def main():
|
|||
|
||||
latest_csv['ppl_result_FP16'] = latest_csv['Model'].apply(lambda model: fp16_dict.get(model, {}).get('ppl_result', 'N/A'))
|
||||
latest_csv['ppl_result_diff_FP16(%)'] = latest_csv.apply(lambda row: calculate_percentage_difference(row['ppl_result'], row['ppl_result_FP16']), axis=1)
|
||||
print(csv_files)
|
||||
|
||||
if len(csv_files)>1:
|
||||
if args.baseline_path:
|
||||
|
|
|
|||
Loading…
Reference in a new issue