Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
2874bac6
Unverified
Commit
2874bac6
authored
Sep 21, 2024
by
Pastel!
Committed by
GitHub
Sep 20, 2024
Browse files
[Bugfix] Config got an unexpected keyword argument 'engine' (#8556)
parent
035fa895
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/entrypoints/api_server.py
vllm/entrypoints/api_server.py
+0
-1
No files found.
vllm/entrypoints/api_server.py
View file @
2874bac6
...
@@ -121,7 +121,6 @@ async def run_server(args: Namespace,
...
@@ -121,7 +121,6 @@ async def run_server(args: Namespace,
shutdown_task
=
await
serve_http
(
shutdown_task
=
await
serve_http
(
app
,
app
,
engine
=
engine
,
host
=
args
.
host
,
host
=
args
.
host
,
port
=
args
.
port
,
port
=
args
.
port
,
log_level
=
args
.
log_level
,
log_level
=
args
.
log_level
,
...
...
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