Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Beo <[email protected]>
  • Loading branch information
flaviabeo committed Oct 22, 2024
1 parent c6af5d5 commit 80a84bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/model_executor/layers/pooler.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class PoolingType(IntEnum):
CLS = 2
MEAN = 3


@dataclass
class PoolingConfig:
"""A class that configures the pooling operation which
Expand Down

0 comments on commit 80a84bb

Please sign in to comment.