forked from phoenix-oss/llama-stack-mirror
* add build files to templates * fix templates * manifest * symlink * symlink * precommit * change everything to docker build.yaml * remove image_type in templates * fix build from templates CLI * fix readmes
9 lines
333 B
YAML
9 lines
333 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: meta-reference
|
|
safety: meta-reference
|
|
agents: meta-reference
|
|
telemetry: meta-reference
|