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
0075bfff
Unverified
Commit
0075bfff
authored
Nov 19, 2025
by
Wentao Ye
Committed by
GitHub
Nov 19, 2025
Browse files
[CI] Fix precommit `rope_theta` issue (#29040)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
cb0a7b4b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/model_executor/models/deepseek_v2.py
vllm/model_executor/models/deepseek_v2.py
+1
-2
No files found.
vllm/model_executor/models/deepseek_v2.py
View file @
0075bfff
...
...
@@ -991,8 +991,7 @@ class DeepseekV2MLAAttention(nn.Module):
qk_rope_head_dim
,
rotary_dim
=
qk_rope_head_dim
,
max_position
=
max_position_embeddings
,
base
=
rope_theta
,
rope_scaling
=
rope_scaling
,
rope_parameters
=
config
.
rope_parameters
,
is_neox_style
=
True
,
)
self
.
indexer
=
Indexer
(
...
...
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