Commit 60484c5
authored
chore(api): remove batch inference (#3261)
# What does this PR do?
APIs removed:
- POST /v1/batch-inference/completion
- POST /v1/batch-inference/chat-completion
- POST /v1/inference/batch-completion
- POST /v1/inference/batch-chat-completion
note -
- batch-completion & batch-chat-completion were only implemented for
inference=inline::meta-reference
- batch-inference were not implemented1 parent b48d5cf commit 60484c5
File tree
12 files changed
+173
-962
lines changed- docs
- docs/references/python_sdk_reference
- openapi_generator/pyopenapi
- static
- llama_stack
- apis
- batch_inference
- inference
- core
- routers
- providers
- inline/inference/meta_reference
- remote/inference/openai
- tests/integration/inference
12 files changed
+173
-962
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | 142 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 143 | | |
155 | 144 | | |
156 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
552 | 551 | | |
553 | 552 | | |
554 | 553 | | |
| |||
Large diffs are not rendered by default.
0 commit comments