We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a9041 commit 2cb6062Copy full SHA for 2cb6062
src/c++/perf_analyzer/genai-perf/tests/test_llm_metrics.py
@@ -84,7 +84,8 @@ def write(content):
84
85
def test_csv_output(self, mock_read_write) -> None:
86
"""
87
- Collect LLM metrics from profile export data and confirm correct values are printed in csv
+ Collect LLM metrics from profile export data and confirm correct values are
88
+ printed in csv.
89
90
91
tokenizer = AutoTokenizer.from_pretrained("gpt2")
0 commit comments