mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-13 14:27:04 +08:00
linting
Signed-off-by: Pr0Wh1teGivee <calvin_zhu0210@outlook.com> Signed-off-by: weichen <calvin_zhu0210@outlook.com>
This commit is contained in:
parent
1e8b313afb
commit
b04f678659
@ -32,7 +32,11 @@ class NormalizedScorer:
|
||||
|
||||
def __init__(self, dim_list: list[ScoreDim]) -> None:
|
||||
"""
|
||||
:param dim_list: Scoring dimensions; each dimension must define a median reference point, scaling factor, and weight.
|
||||
Initialize the scorer with a list of scoring dimensions.
|
||||
|
||||
Args:
|
||||
dim_list: A list of `ScoreDim` objects. Each dimension must define a
|
||||
median reference point, scaling factor, and weight.
|
||||
"""
|
||||
self.dim_list = dim_list
|
||||
self.dim_count = len(dim_list)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user