Skip to content

Commit 2cb6062

Browse files
tgerdesnvnv-hwoo
andcommitted
Update src/c++/perf_analyzer/genai-perf/tests/test_llm_metrics.py
Co-authored-by: Hyunjae Woo <[email protected]>
1 parent 46a9041 commit 2cb6062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/c++/perf_analyzer/genai-perf/tests/test_llm_metrics.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ def write(content):
8484

8585
def test_csv_output(self, mock_read_write) -> None:
8686
"""
87-
Collect LLM metrics from profile export data and confirm correct values are printed in csv
87+
Collect LLM metrics from profile export data and confirm correct values are
88+
printed in csv.
8889
"""
8990

9091
tokenizer = AutoTokenizer.from_pretrained("gpt2")

0 commit comments

Comments
 (0)