Skip to content

Commit

Permalink
Removing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Mar 26, 2024
1 parent f7b73fc commit cd2fac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model_analyzer/perf_analyzer/perf_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ def _get_llm_record_from_csv(

def _find_corresponding_llm_metric_row(self, metric_string: str) -> Optional[List]:
for row in PerfAnalyzer.llm_metric_table:
foo = row[PerfAnalyzer.CSV_STRING]
if metric_string == row[PerfAnalyzer.CSV_STRING]:
return row

Expand Down

0 comments on commit cd2fac8

Please sign in to comment.