mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
11 lines
423 B
YAML
11 lines
423 B
YAML
name: local-tgi-conda-example
|
|
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).
|
|
docker_image: null
|
|
providers:
|
|
inference: remote::tgi
|
|
memory: meta-reference-faiss
|
|
safety: meta-reference
|
|
agentic_system: meta-reference
|
|
telemetry: console
|
|
image_type: conda
|