mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-29 03:14:19 +00:00
Update and rename bulk_inference.yaml to batch_inference.yaml
rename bulk --> batch
This commit is contained in:
parent
9bba12ca92
commit
26d780809c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
openapi: 3.0.0
|
openapi: 3.0.0
|
||||||
info:
|
info:
|
||||||
title: Bulk Generations as a Service
|
title: Batch Generations as a Service
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
components:
|
components:
|
||||||
schemas:
|
schemas:
|
||||||
|
@ -31,7 +31,7 @@ components:
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
description: User provided metadata
|
description: User provided metadata
|
||||||
paths:
|
paths:
|
||||||
/bulk_inference/submit_job:
|
/batch_inference/submit_job:
|
||||||
post:
|
post:
|
||||||
summary: Submit a batch inference job
|
summary: Submit a batch inference job
|
||||||
description: Submit a batch inference job
|
description: Submit a batch inference job
|
||||||
|
@ -88,7 +88,7 @@ paths:
|
||||||
'500':
|
'500':
|
||||||
description: Internal server error
|
description: Internal server error
|
||||||
|
|
||||||
/bulk_inference/job_status:
|
/batch_inference/job_status:
|
||||||
get:
|
get:
|
||||||
summary: Get the status of a submitted job
|
summary: Get the status of a submitted job
|
||||||
description: Get the status of a submitted job
|
description: Get the status of a submitted job
|
Loading…
Add table
Add a link
Reference in a new issue