Skip to content

Commit

Permalink
[Misc] update benchmark backend for scalellm (vllm-project#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored and jimpang committed Jul 8, 2024
1 parent 542ac11 commit 2a4d344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/backend_request_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,5 @@ def get_tokenizer(
"openai": async_request_openai_completions,
"openai-chat": async_request_openai_chat_completions,
"tensorrt-llm": async_request_trt_llm,
"scalellm": async_request_openai_completions,
}

0 comments on commit 2a4d344

Please sign in to comment.