Skip to content

Commit d1e686b

Browse files
author
chibu
committed
print the scenario
1 parent b2c2918 commit d1e686b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/automation/tasks/scripts/guidellm_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def clean_hocon_value(v):
6565
from guidellm.benchmark.scenario import GenerativeTextScenario, get_builtin_scenarios
6666
filepath = Path(os.path.join(".", "src", "automation", "standards", "benchmarking", "rag.json"))
6767
current_scenario = GenerativeTextScenario.from_file(filepath, dict(guidellm_args))
68+
print(current_scenario.model_fields)
6869
# Start vLLM server
6970
server_process, server_initialized, server_log = start_vllm_server(
7071
vllm_args,

0 commit comments

Comments
 (0)