forked from phoenix-oss/llama-stack-mirror
9 lines
353 B
YAML
9 lines
353 B
YAML
name: hf-endpoint
|
|
distribution_spec:
|
|
description: "Like local, but use Hugging Face Inference Endpoints for running LLM inference.\nSee https://hf.co/docs/api-endpoints."
|
|
providers:
|
|
inference: remote::hf::endpoint
|
|
memory: inline::faiss
|
|
safety: inline::llama-guard
|
|
agents: inline::meta-reference
|
|
telemetry: inline::meta-reference
|