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
74670964
Unverified
Commit
74670964
authored
Aug 07, 2024
by
Rui Qiao
Committed by
GitHub
Aug 07, 2024
Browse files
[Misc] Fix typos in scheduler.py (#7285)
Signed-off-by:
Rui Qiao
<
ruisearch42@gmail.com
>
parent
e53dfd3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/core/scheduler.py
vllm/core/scheduler.py
+3
-3
No files found.
vllm/core/scheduler.py
View file @
74670964
...
...
@@ -678,7 +678,7 @@ class Scheduler:
all tokens.
Returns:
Scheduler
SwappedIn
Outputs.
Scheduler
Prefill
Outputs.
"""
ignored_seq_groups
:
List
[
SequenceGroup
]
=
[]
seq_groups
:
List
[
SequenceGroup
]
=
[]
...
...
@@ -851,7 +851,7 @@ class Scheduler:
preempted
=
preempted
,
)
def
_schedule_chunked_prefill
(
self
):
def
_schedule_chunked_prefill
(
self
)
->
SchedulerOutputs
:
"""Schedule queued requests.
Chunked prefill allows to chunk prefill requests, batch them together
...
...
@@ -862,7 +862,7 @@ class Scheduler:
The policy can sustain the high GPU utilization because it can put
prefill and decodes requests to the same batch, while it improves
inter token latency because decodes requests don't need to blocked
inter token latency because decodes requests don't need to
be
blocked
by prefill requests.
"""
budget
=
SchedulingBudget
(
...
...
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