Skip to content

Commit

Permalink
[Misc] update benchmark backend for scalellm (#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Jul 1, 2024
1 parent 4050d64 commit bb60326
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 bb60326

Please sign in to comment.