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

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 robertgshaw2-redhat committed Jul 1, 2024
1 parent 81e1c3e commit 2c3c43b
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 2c3c43b

Please sign in to comment.