Skip to content

Commit 10874d3

Browse files
author
chibu
committed
remove vllm
1 parent 98eb6f8 commit 10874d3

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)