mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
inference only yaml
This commit is contained in:
parent
47d9030542
commit
cc508a6fcc
1 changed files with 14 additions and 0 deletions
14
tests/examples/inference-run.yaml
Normal file
14
tests/examples/inference-run.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
version: '2'
|
||||||
|
built_at: '2024-10-08T17:40:45.325529'
|
||||||
|
image_name: local
|
||||||
|
docker_image: null
|
||||||
|
conda_env: local
|
||||||
|
apis:
|
||||||
|
- models
|
||||||
|
- inference
|
||||||
|
providers:
|
||||||
|
inference:
|
||||||
|
- provider_id: tgi0
|
||||||
|
provider_type: remote::tgi
|
||||||
|
config:
|
||||||
|
url: http://127.0.0.1:5009
|
Loading…
Add table
Add a link
Reference in a new issue