mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 14:57:20 +00:00
separate benchmark / app eval
This commit is contained in:
parent
979cd4cd44
commit
4a64f98c82
2 changed files with 10 additions and 18 deletions
|
@ -17,7 +17,7 @@ class EvalTaskDef(BaseModel):
|
|||
scoring_functions: List[str]
|
||||
metadata: Dict[str, Any] = Field(
|
||||
default_factory=dict,
|
||||
description="Metadata for this evaluation task (e.g. from GECO)",
|
||||
description="Metadata for this evaluation task",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue