Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
90fbf125
Unverified
Commit
90fbf125
authored
Mar 02, 2024
by
Huarong
Committed by
GitHub
Mar 01, 2024
Browse files
fix relative import path of protocol.py (#3134)
Co-authored-by:
huohuarong
<
huohuarong@zuoshouyisheng.com
>
parent
49d849b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/serving_completion.py
vllm/entrypoints/openai/serving_completion.py
+1
-1
No files found.
vllm/entrypoints/openai/serving_completion.py
View file @
90fbf125
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment