forked from phoenix-oss/llama-stack-mirror
docs
This commit is contained in:
parent
e860c536da
commit
b98497ee56
2 changed files with 21 additions and 19 deletions
|
@ -60,7 +60,7 @@ class Benchmarks(Protocol):
|
|||
metadata: Optional[Dict[str, Any]] = None,
|
||||
) -> Benchmark:
|
||||
"""
|
||||
Register a new benchmark.
|
||||
Register a new benchmark. A benchmark consists of a dataset id and a list of grader ids.
|
||||
|
||||
:param dataset_id: The ID of the dataset to be used to run the benchmark.
|
||||
:param grader_ids: List of grader ids to use for this benchmark.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue