Skip to content

Commit 9d284c9

Browse files
author
chibu
committed
add log
1 parent 420137d commit 9d284c9

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
@@ -64,6 +64,7 @@ def clean_hocon_value(v):
6464

6565
from pathlib import Path
6666
from guidellm.benchmark.scenario import GenerativeTextScenario, get_builtin_scenarios
67+
print(get_builtin_scenarios())
6768
if len(get_builtin_scenarios()) > 0:
6869
current_scenario = GenerativeTextScenario.from_builtin(DEFAULT_GUIDELLM_SCENARIO, dict(guidellm_args))
6970
else:

0 commit comments

Comments
 (0)