Skip to content

Commit

Permalink
Add ticket nums to todos
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Oct 31, 2023
1 parent adef23f commit 7610555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_analyzer/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ def profile(
if not self._config.skip_summary_reports:
self._create_summary_tables(verbose)

# TODO: need to figure out summary reporting for LLMs
# TODO TMA-1401: need to figure out summary reporting for LLMs
if not self._config.is_llm_model():
self._create_summary_reports(mode)

# FIXME: need to figure out detailed reporting for LLMs
# TODO TMA-1443: need to figure out detailed reporting for LLMs
if not self._config.is_llm_model():
self._create_detailed_reports(mode)

Expand Down

0 comments on commit 7610555

Please sign in to comment.