From 382c18e6007b3faa30a1e7a930004f86001c525f Mon Sep 17 00:00:00 2001 From: jenniew Date: Fri, 12 Apr 2024 14:15:48 +0800 Subject: [PATCH] Mofidy Typos --- python/llm/test/benchmark/perplexity/ppl_csv_to_html.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/llm/test/benchmark/perplexity/ppl_csv_to_html.py b/python/llm/test/benchmark/perplexity/ppl_csv_to_html.py index 53777682..8543b8f4 100644 --- a/python/llm/test/benchmark/perplexity/ppl_csv_to_html.py +++ b/python/llm/test/benchmark/perplexity/ppl_csv_to_html.py @@ -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: