mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-13 14:08:39 +00:00
fix docker
This commit is contained in:
parent
d3d66ba40b
commit
2ba8047013
8 changed files with 13 additions and 25 deletions
10
llama_stack/distribution/templates/local-tgi-build.yaml
Normal file
10
llama_stack/distribution/templates/local-tgi-build.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: local-tgi
|
||||
distribution_spec:
|
||||
description: Use TGI (local or with Hugging Face Inference Endpoints for running LLM inference. When using HF Inference Endpoints, you must provide the name of the endpoint).
|
||||
providers:
|
||||
inference: remote::tgi
|
||||
memory: meta-reference
|
||||
safety: meta-reference
|
||||
agents: meta-reference
|
||||
telemetry: meta-reference
|
||||
image_type: conda
|
Loading…
Add table
Add a link
Reference in a new issue