Skip to content

Commit

Permalink
param default value
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Beo <[email protected]>
  • Loading branch information
flaviabeo committed Oct 21, 2024
1 parent d371268 commit 66152c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/bert.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def __init__(
config: BertConfig,
cache_config: Optional[CacheConfig] = None,
quant_config: Optional[QuantizationConfig] = None,
pooling_type
pooling_type: Optional = None
) -> None:
super().__init__()
self.model = BertModel(config, cache_config, quant_config)
Expand Down

0 comments on commit 66152c2

Please sign in to comment.