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
bc306fe5
Unverified
Commit
bc306fe5
authored
Nov 01, 2025
by
ZiTian Zhao
Committed by
GitHub
Oct 31, 2025
Browse files
fix incorrect type annotation in KimiMLP (#27885)
Signed-off-by:
zitian.zhao
<
zitian.zhao@tencentmusic.com
>
parent
103a468b
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/kimi_linear.py
vllm/model_executor/models/kimi_linear.py
+1
-2
No files found.
vllm/model_executor/models/kimi_linear.py
View file @
bc306fe5
...
@@ -22,7 +22,6 @@ from vllm.model_executor.layers.layernorm import RMSNorm
...
@@ -22,7 +22,6 @@ from vllm.model_executor.layers.layernorm import RMSNorm
from
vllm.model_executor.layers.linear
import
(
from
vllm.model_executor.layers.linear
import
(
ColumnParallelLinear
,
ColumnParallelLinear
,
MergedColumnParallelLinear
,
MergedColumnParallelLinear
,
QKVParallelLinear
,
ReplicatedLinear
,
ReplicatedLinear
,
RowParallelLinear
,
RowParallelLinear
,
)
)
...
@@ -61,7 +60,7 @@ class KimiMLP(nn.Module):
...
@@ -61,7 +60,7 @@ class KimiMLP(nn.Module):
hidden_size
:
int
,
hidden_size
:
int
,
intermediate_size
:
int
,
intermediate_size
:
int
,
hidden_act
:
str
,
hidden_act
:
str
,
quant_config
:
Q
KVParallelLinear
|
None
=
None
,
quant_config
:
Q
uantizationConfig
|
None
=
None
,
reduce_results
:
bool
=
True
,
reduce_results
:
bool
=
True
,
prefix
:
str
=
""
,
prefix
:
str
=
""
,
)
->
None
:
)
->
None
:
...
...
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