mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 06:50:01 +00:00
gen
This commit is contained in:
parent
076f0cf1bb
commit
1dfa46d30d
1 changed files with 5 additions and 5 deletions
10
docs/_static/llama-stack-spec.yaml
vendored
10
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -201,14 +201,14 @@ paths:
|
||||||
parameters:
|
parameters:
|
||||||
- name: job_id
|
- name: job_id
|
||||||
in: path
|
in: path
|
||||||
description: >-
|
description: The ID of the job to cancel.
|
||||||
The ID of the benchmark to run the evaluation on.
|
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- name: job_id
|
- name: benchmark_id
|
||||||
in: path
|
in: query
|
||||||
description: The ID of the job to cancel.
|
description: >-
|
||||||
|
The ID of the benchmark to run the evaluation on.
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue