mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 18:45:21 +08:00
[Bugfix][Benchmarks] Allow benchmark of deepspeed-mii backend to select a model (#17285)
Signed-off-by: Teruaki Ishizaki <teruaki.ishizaki@ntt.com>
This commit is contained in:
parent
a257d9bccc
commit
86a1f67a3b
@ -201,6 +201,7 @@ async def async_request_deepspeed_mii(
|
|||||||
timeout=AIOHTTP_TIMEOUT) as session:
|
timeout=AIOHTTP_TIMEOUT) as session:
|
||||||
|
|
||||||
payload = {
|
payload = {
|
||||||
|
"model": request_func_input.model,
|
||||||
"prompt": request_func_input.prompt,
|
"prompt": request_func_input.prompt,
|
||||||
"max_tokens": request_func_input.output_len,
|
"max_tokens": request_func_input.output_len,
|
||||||
"temperature": 0.01, # deepspeed-mii does not accept 0.0 temp.
|
"temperature": 0.01, # deepspeed-mii does not accept 0.0 temp.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user