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

Co-authored-by: huohuarong <huohuarong@zuoshouyisheng.com>
This commit is contained in:
Huarong 2024-03-02 03:42:06 +08:00 committed by GitHub
parent 49d849b3ab
commit 90fbf12540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ from typing import AsyncGenerator, AsyncIterator, Callable, List, Optional, Dict
from vllm.logger import init_logger
from vllm.utils import random_uuid
from vllm.engine.async_llm_engine import AsyncLLMEngine
from .protocol import (
from vllm.entrypoints.openai.protocol import (
CompletionRequest,
CompletionResponse,
CompletionResponseChoice,