Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/integration/defs/perf/test_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,6 @@ def get_trtllm_bench_command(self, engine_dir):
benchmark_cmd += [f"--streaming"]
#use default yaml config
if self._config.backend == "pytorch":
import yaml
pytorch_config_path = os.path.join(engine_dir,
"extra-llm-api-config.yml")
if not os.path.exists(pytorch_config_path):
Expand All @@ -1658,7 +1657,6 @@ def get_trtllm_bench_command(self, engine_dir):
yaml.dump(config, f, default_flow_style=False)
benchmark_cmd += [f"--extra_llm_api_options={pytorch_config_path}"]
elif self._config.backend == "_autodeploy":
import yaml
autodeploy_config_path = os.path.join(engine_dir,
"extra_llm_api_options.yaml")
if not os.path.exists(autodeploy_config_path):
Expand Down
Loading