Unverified Commit 90fbf125 authored by Huarong's avatar Huarong Committed by GitHub
Browse files

fix relative import path of protocol.py (#3134)


Co-authored-by: default avatarhuohuarong <huohuarong@zuoshouyisheng.com>
parent 49d849b3
...@@ -5,7 +5,7 @@ from typing import AsyncGenerator, AsyncIterator, Callable, List, Optional, Dict ...@@ -5,7 +5,7 @@ from typing import AsyncGenerator, AsyncIterator, Callable, List, Optional, Dict
from vllm.logger import init_logger from vllm.logger import init_logger
from vllm.utils import random_uuid from vllm.utils import random_uuid
from vllm.engine.async_llm_engine import AsyncLLMEngine from vllm.engine.async_llm_engine import AsyncLLMEngine
from .protocol import ( from vllm.entrypoints.openai.protocol import (
CompletionRequest, CompletionRequest,
CompletionResponse, CompletionResponse,
CompletionResponseChoice, CompletionResponseChoice,
......
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