list templates implementation

This commit is contained in:
Xi Yan 2024-09-18 13:17:18 -07:00
parent 6b21523c28
commit 1fc00443a4
7 changed files with 77 additions and 10 deletions

View file

@ -1,4 +1,4 @@
name: local-conda-example
name: local-conda-template
distribution_spec:
description: Use code from `llama_stack` itself to serve all llama stack APIs
providers:

View file

@ -1,4 +1,4 @@
name: local-fireworks-conda-example
name: local-fireworks-conda-template
distribution_spec:
description: Use Fireworks.ai for running LLM inference
providers:

View file

@ -1,4 +1,4 @@
name: local-ollama-conda-example
name: local-ollama-conda-template
distribution_spec:
description: Like local, but use ollama for running LLM inference
providers:

View file

@ -1,4 +1,4 @@
name: local-tgi-conda-example
name: local-tgi-conda-template
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:

View file

@ -1,4 +1,4 @@
name: local-tgi-conda-example
name: local-tgi-conda-template
distribution_spec:
description: Use Together.ai for running LLM inference
providers:

View file

@ -1,4 +1,4 @@
name: local-docker-example
name: local-docker-template
distribution_spec:
description: Use code from `llama_stack` itself to serve all llama stack APIs
providers: