Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 committed Dec 24, 2024
1 parent 6083426 commit 24b465b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/model_executor/models/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ def as_reward_model(cls: _T) -> _T:
ModelForReward = _create_pooling_model_cls(
cls,
default_pooling_type=PoolingType.ALL,
default_normalize=True,
default_softmax=True,
default_normalize=False,
default_softmax=False,
)

ModelForReward.__name__ = \
Expand Down

0 comments on commit 24b465b

Please sign in to comment.