mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 14:57:20 +00:00
naming fix
This commit is contained in:
parent
9759911e47
commit
979cd4cd44
2 changed files with 12 additions and 12 deletions
|
@ -46,7 +46,7 @@ class BenchmarkEvalTaskConfig(BaseModel):
|
|||
class AppEvalTaskConfig(BaseModel):
|
||||
type: Literal["app"] = "app"
|
||||
eval_candidate: EvalCandidate # type: ignore
|
||||
scoring_functions_config: Dict[str, ScoringFnConfig] = Field(
|
||||
scoring_functions_params: Dict[str, ScoringFnParams] = Field( # type: ignore
|
||||
description="Map between scoring function id and parameters",
|
||||
default_factory=dict,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue