[Misc] update benchmark backend for scalellm (#6018)

This commit is contained in:
zhyncs 2024-07-02 01:20:33 +08:00 committed by GitHub
parent 4050d646e5
commit bb60326836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -422,4 +422,5 @@ ASYNC_REQUEST_FUNCS = {
"openai": async_request_openai_completions,
"openai-chat": async_request_openai_chat_completions,
"tensorrt-llm": async_request_trt_llm,
"scalellm": async_request_openai_completions,
}