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
4a5299c9
Unverified
Commit
4a5299c9
authored
Jan 19, 2026
by
Tomas Ruiz
Committed by
GitHub
Jan 19, 2026
Browse files
feat: spec decode with draft models (#24322)
Signed-off-by:
Tomas Ruiz
<
tomas.ruiz.te@gmail.com
>
parent
73f2a81c
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/worker/utils.py
vllm/v1/worker/utils.py
+2
-2
No files found.
vllm/v1/worker/utils.py
View file @
4a5299c9
...
@@ -352,8 +352,8 @@ def bind_kv_cache(
...
@@ -352,8 +352,8 @@ def bind_kv_cache(
pass
pass
else
:
else
:
raise
NotImplementedError
raise
NotImplementedError
layer_name
=
layer_names
[
0
]
for
layer_name
in
layer_names
:
runner_kv_caches
.
append
(
kv_caches
[
layer_name
])
runner_kv_caches
.
append
(
kv_caches
[
layer_name
])
# Bind kv_caches to forward context
# Bind kv_caches to forward context
for
layer_name
,
kv_cache
in
kv_caches
.
items
():
for
layer_name
,
kv_cache
in
kv_caches
.
items
():
...
...
Prev
1
2
Next
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