mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 19:29:18 +00:00
registry refactor
This commit is contained in:
parent
c50686b6fe
commit
95fd53d292
8 changed files with 39 additions and 71 deletions
|
|
@ -71,6 +71,10 @@ class MetaReferenceEvalsImpl(Evals):
|
|||
dataset_config: EvaluateDatasetConfig,
|
||||
eval_scoring_config: EvaluateScoringConfig,
|
||||
) -> EvaluateResponse:
|
||||
cprint("run_scorer")
|
||||
|
||||
# main logic, we need to convert the datset into List[ScorerInputSample]
|
||||
|
||||
return EvaluateResponse(
|
||||
eval_result={},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue