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
c964b9ad
Commit
c964b9ad
authored
Jan 07, 2026
by
zhuwenwen
Browse files
skip indexer_k_cache
parent
ac4f685b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
vllm/model_executor/models/deepseek_v2.py
vllm/model_executor/models/deepseek_v2.py
+7
-7
No files found.
vllm/model_executor/models/deepseek_v2.py
View file @
c964b9ad
...
...
@@ -682,13 +682,13 @@ def sparse_attn_indexer(
quant_block_size
,
scale_fmt
,
)
else
:
ops
.
indexer_k_cache
(
k
,
kv_cache
,
slot_mapping
,
scale_fmt
,
)
#
else:
#
ops.indexer_k_cache(
#
k,
#
kv_cache,
#
slot_mapping,
#
scale_fmt,
#
)
topk_indices_buffer
[:
hidden_states
.
shape
[
0
]]
=
-
1
if
has_prefill
:
...
...
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