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
4fca1a1b
Unverified
Commit
4fca1a1b
authored
Oct 12, 2025
by
Huamin Li
Committed by
GitHub
Oct 12, 2025
Browse files
[easy] fix pre commit error on trunk (#26665)
Signed-off-by:
Huamin Li
<
3ericli@gmail.com
>
parent
a6049be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/models/bert.py
vllm/model_executor/models/bert.py
+2
-2
No files found.
vllm/model_executor/models/bert.py
View file @
4fca1a1b
...
@@ -609,8 +609,8 @@ class SPLADESparsePooler(Pooler):
...
@@ -609,8 +609,8 @@ class SPLADESparsePooler(Pooler):
def
__init__
(
def
__init__
(
self
,
self
,
mlm_head
:
nn
.
Module
,
mlm_head
:
nn
.
Module
,
cls_token_id
:
Optional
[
int
]
=
101
,
cls_token_id
:
int
|
None
=
101
,
sep_token_id
:
Optional
[
int
]
=
102
,
sep_token_id
:
int
|
None
=
102
,
pooling
:
str
=
"max"
,
pooling
:
str
=
"max"
,
remove_cls_sep
:
bool
=
True
,
remove_cls_sep
:
bool
=
True
,
):
):
...
...
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