"tests/compile/distributed/test_sequence_parallelism.py" did not exist on "d0132f025d630971b2b69d22d13ea3d21613e7a9"
Unverified Commit 9312a6c0 authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

[Refactor] [8/N] to simplify the vLLM openai responsesapi_serving architecture (#32260)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent 6388b500
......@@ -14,6 +14,8 @@ from vllm.entrypoints.openai.chat_completion.protocol import ChatCompletionReque
from vllm.entrypoints.openai.engine.protocol import (
DeltaMessage,
ExtractedToolCallInformation,
)
from vllm.entrypoints.openai.responses.protocol import (
ResponsesRequest,
ResponseTextConfig,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment