mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +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
|
||||
info:
|
||||
title: Bulk Generations as a Service
|
||||
title: Batch Generations as a Service
|
||||
version: 0.0.1
|
||||
components:
|
||||
schemas:
|
||||
|
@ -31,7 +31,7 @@ components:
|
|||
additionalProperties: true
|
||||
description: User provided metadata
|
||||
paths:
|
||||
/bulk_inference/submit_job:
|
||||
/batch_inference/submit_job:
|
||||
post:
|
||||
summary: Submit a batch inference job
|
||||
description: Submit a batch inference job
|
||||
|
@ -88,7 +88,7 @@ paths:
|
|||
'500':
|
||||
description: Internal server error
|
||||
|
||||
/bulk_inference/job_status:
|
||||
/batch_inference/job_status:
|
||||
get:
|
||||
summary: 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