mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-26 06:37:03 +08:00
rename test
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
1c300fcf5a
commit
fb0cf7e212
@ -171,9 +171,10 @@ async def clients(servers: list[tuple[RemoteOpenAIServer, list[str]]]):
|
|||||||
"model_name",
|
"model_name",
|
||||||
[MODEL_NAME],
|
[MODEL_NAME],
|
||||||
)
|
)
|
||||||
async def test_hybrid_lb_single_completion(clients: list[
|
async def test_hybrid_lb_completion(clients: list[openai.AsyncOpenAI],
|
||||||
openai.AsyncOpenAI], servers: list[tuple[RemoteOpenAIServer, list[str]]],
|
servers: list[tuple[RemoteOpenAIServer,
|
||||||
model_name: str) -> None:
|
list[str]]],
|
||||||
|
model_name: str) -> None:
|
||||||
|
|
||||||
async def make_request(client: openai.AsyncOpenAI):
|
async def make_request(client: openai.AsyncOpenAI):
|
||||||
completion = await client.completions.create(
|
completion = await client.completions.create(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user