mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 19:29:18 +00:00
processor registry
This commit is contained in:
parent
95fd53d292
commit
a22c31b8a4
6 changed files with 33 additions and 10 deletions
|
|
@ -47,6 +47,9 @@ class MetaReferenceEvalsImpl(Evals):
|
|||
dataset_name=dataset,
|
||||
row_limit=3,
|
||||
),
|
||||
processor_config=EvaluateProcessorConfig(
|
||||
processor_identifier="mmlu",
|
||||
),
|
||||
generation_config=EvaluateModelGenerationConfig(
|
||||
model=model,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue