We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420137d commit 9d284c9Copy full SHA for 9d284c9
src/automation/tasks/scripts/guidellm_script.py
@@ -64,6 +64,7 @@ def clean_hocon_value(v):
64
65
from pathlib import Path
66
from guidellm.benchmark.scenario import GenerativeTextScenario, get_builtin_scenarios
67
+ print(get_builtin_scenarios())
68
if len(get_builtin_scenarios()) > 0:
69
current_scenario = GenerativeTextScenario.from_builtin(DEFAULT_GUIDELLM_SCENARIO, dict(guidellm_args))
70
else:
0 commit comments