Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 2c3c43b

Browse files
zhyncsRobert Shaw
authored andcommitted
[Misc] update benchmark backend for scalellm (vllm-project#6018)
1 parent 81e1c3e commit 2c3c43b

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)