forked from phoenix-oss/llama-stack-mirror
update
This commit is contained in:
parent
42447729e4
commit
0048274ec0
3 changed files with 7 additions and 6 deletions
4
docs/_static/llama-stack-spec.html
vendored
4
docs/_static/llama-stack-spec.html
vendored
|
@ -10328,14 +10328,14 @@
|
|||
"properties": {
|
||||
"dataset_id": {
|
||||
"type": "string",
|
||||
"description": "The ID of the dataset to be used to run the benchmark."
|
||||
"description": "The ID of the dataset to be used to run the benchmark. ID obtained through `datasets.register()`"
|
||||
},
|
||||
"grader_ids": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "List of grader ids to use for this benchmark."
|
||||
"description": "List of grader ids to use for this benchmark. ID obtained through `graders.register()`"
|
||||
},
|
||||
"benchmark_id": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue