Skip to content

Commit e64fb12

Browse files
author
chibu
committed
readd start vllm server
1 parent 09c3978 commit e64fb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/automation/tasks/scripts/guidellm_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from clearml import Task
44
from automation.utils import resolve_model_id, cast_args, kill_process_tree
5-
#from automation.vllm import start_vllm_server
5+
from automation.vllm import start_vllm_server
66
from pyhocon import ConfigFactory
77

88
def main():

0 commit comments

Comments
 (0)