Skip to content

Commit

Permalink
Remove a useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
gsolard committed Jul 3, 2024
1 parent 2b13830 commit 4178a2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/benchmark_llm_serving/make_readmes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def add_summary_section(mdfile: MdUtils, output_folder: str, report_folder: str)
prompt_ingestion_file = os.path.join(report_folder, "data", "prompt_ingestion_graph_data.json")
with open(prompt_ingestion_file, 'r') as json_file:
prompt_ingestion = json.load(json_file)
total_generation_file = os.path.join(report_folder, "data", "total_speed_generation_graph_data.json")


# Summary table
Expand Down

0 comments on commit 4178a2b

Please sign in to comment.