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
ad038b4e
Commit
ad038b4e
authored
Aug 20, 2025
by
zhuwenwen
Browse files
update utils.py
parent
78d833ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/v1/attention/backends/utils.py
vllm/v1/attention/backends/utils.py
+0
-2
No files found.
vllm/v1/attention/backends/utils.py
View file @
ad038b4e
...
@@ -18,7 +18,6 @@ if TYPE_CHECKING:
...
@@ -18,7 +18,6 @@ if TYPE_CHECKING:
from
vllm.attention.backends.abstract
import
AttentionImpl
from
vllm.attention.backends.abstract
import
AttentionImpl
from
vllm.v1.core.sched.output
import
SchedulerOutput
from
vllm.v1.core.sched.output
import
SchedulerOutput
from
vllm.v1.worker.gpu_input_batch
import
InputBatch
from
vllm.v1.worker.gpu_input_batch
import
InputBatch
from
vllm.v1.attention.backends.mla.common
import
MLACommonMetadataBuilder
import
vllm.envs
as
envs
import
vllm.envs
as
envs
from
vllm.attention.backends.abstract
import
AttentionBackend
from
vllm.attention.backends.abstract
import
AttentionBackend
...
@@ -631,7 +630,6 @@ def reorder_batch_to_split_decodes_and_prefills(
...
@@ -631,7 +630,6 @@ def reorder_batch_to_split_decodes_and_prefills(
input_batch
:
"InputBatch"
,
input_batch
:
"InputBatch"
,
scheduler_output
:
"SchedulerOutput"
,
scheduler_output
:
"SchedulerOutput"
,
decode_threshold
:
int
=
1
,
decode_threshold
:
int
=
1
,
# num_scheduled_tokens_np: np.ndarray = np.zeros(256, dtype=np.int32),
)
->
bool
:
)
->
bool
:
"""
"""
Reorders the batch to split into prefill and decode requests; places all
Reorders the batch to split into prefill and decode requests; places all
...
...
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