mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 13:44:38 +00:00
7 lines
319 B
YAML
7 lines
319 B
YAML
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
|
|
safety: meta-reference
|
|
agentic_system: meta-reference
|
|
memory: meta-reference-faiss
|