Skip to content

Commit 09c3978

Browse files
author
chibu
committed
readd
1 parent 768d135 commit 09c3978

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
@@ -62,6 +62,7 @@ def clean_hocon_value(v):
6262
print(os.getcwd())
6363

6464
from pathlib import Path
65+
from guidellm.benchmark.scenario import GenerativeTextScenario, get_builtin_scenarios
6566
filepath = Path(os.path.join(".", "src", "automation", "standards", "benchmarking", "chat.json"))
6667
current_scenario = GenerativeTextScenario.from_file(filepath, dict(guidellm_args))
6768
# Start vLLM server

0 commit comments

Comments
 (0)