Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
bb603268
Unverified
Commit
bb603268
authored
Jul 02, 2024
by
zhyncs
Committed by
GitHub
Jul 01, 2024
Browse files
[Misc] update benchmark backend for scalellm (#6018)
parent
4050d646
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
benchmarks/backend_request_func.py
benchmarks/backend_request_func.py
+1
-0
No files found.
benchmarks/backend_request_func.py
View file @
bb603268
...
@@ -422,4 +422,5 @@ ASYNC_REQUEST_FUNCS = {
...
@@ -422,4 +422,5 @@ ASYNC_REQUEST_FUNCS = {
"openai"
:
async_request_openai_completions
,
"openai"
:
async_request_openai_completions
,
"openai-chat"
:
async_request_openai_chat_completions
,
"openai-chat"
:
async_request_openai_chat_completions
,
"tensorrt-llm"
:
async_request_trt_llm
,
"tensorrt-llm"
:
async_request_trt_llm
,
"scalellm"
:
async_request_openai_completions
,
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment