Skip to content

Commit

Permalink
Fix PR run
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-hwoo committed Jul 30, 2024
1 parent d6d8b23 commit 1f8c926
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/c++/perf_analyzer/genai-perf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencies = [
"pytest-mock",
"pyyaml",
"responses",
"pillow",
]

# CLI Entrypoint
Expand Down
1 change: 0 additions & 1 deletion src/c++/perf_analyzer/genai-perf/tests/test_llm_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
)
from genai_perf.llm_inputs.llm_inputs import LlmInputs
from genai_perf.llm_inputs.output_format_converter import BaseConverter
from PIL import Image

mocked_openorca_data = {
"features": [
Expand Down

0 comments on commit 1f8c926

Please sign in to comment.