mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-16 13:27:19 +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],
|
||||
)
|
||||
async def test_hybrid_lb_single_completion(clients: list[
|
||||
openai.AsyncOpenAI], servers: list[tuple[RemoteOpenAIServer, list[str]]],
|
||||
model_name: str) -> None:
|
||||
async def test_hybrid_lb_completion(clients: list[openai.AsyncOpenAI],
|
||||
servers: list[tuple[RemoteOpenAIServer,
|
||||
list[str]]],
|
||||
model_name: str) -> None:
|
||||
|
||||
async def make_request(client: openai.AsyncOpenAI):
|
||||
completion = await client.completions.create(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user