Skip to content

Commit b54d888

Browse files
zhyncsAlvant
authored andcommitted
[Misc] update benchmark backend for scalellm (vllm-project#6018)
Signed-off-by: Alvant <[email protected]>
1 parent 2fa59bf commit b54d888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/backend_request_func.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,5 @@ def get_tokenizer(
422422
"openai": async_request_openai_completions,
423423
"openai-chat": async_request_openai_chat_completions,
424424
"tensorrt-llm": async_request_trt_llm,
425+
"scalellm": async_request_openai_completions,
425426
}

0 commit comments

Comments
 (0)