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
22379d55
Unverified
Commit
22379d55
authored
Sep 05, 2023
by
Wen Sun
Committed by
GitHub
Sep 04, 2023
Browse files
fix: typo (#948)
parent
16967258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/async_llm_engine.py
vllm/engine/async_llm_engine.py
+1
-1
No files found.
vllm/engine/async_llm_engine.py
View file @
22379d55
...
...
@@ -81,7 +81,7 @@ class _AsyncLLMEngine(LLMEngine):
blocks_to_copy
=
scheduler_outputs
.
blocks_to_copy
,
)
return
self
.
_process_
worker
_outputs
(
output
,
scheduler_outputs
)
return
self
.
_process_
model
_outputs
(
output
,
scheduler_outputs
)
async
def
_run_workers_async
(
self
,
...
...
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