Skip to content

Commit

Permalink
Fix input-data typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Oct 12, 2023
1 parent abec25d commit f8729db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_perf_analyzer_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def test_llm_search_max_token_count(self):
# yapf: disable
yaml_str = ("""
perf_analyzer_flags:
input-data: input_data.json
input-data: input-data.json
profile_models:
- my-model
""")
Expand Down Expand Up @@ -604,7 +604,7 @@ def test_llm_search_text_input_length(self):
# yapf: disable
yaml_str = ("""
perf_analyzer_flags:
input-data: input_data.json
input-data: input-data.json
profile_models:
- my-model
""")
Expand Down

0 comments on commit f8729db

Please sign in to comment.