From 6a44e7ba20d1106ee49066e270023250bafcc3cb Mon Sep 17 00:00:00 2001 From: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> Date: Wed, 23 Apr 2025 09:58:10 -0400 Subject: [PATCH] docs: add API to external providers table (#2006) Also does a minor reorg of the columns Signed-off-by: Nathan Weinberg --- docs/source/providers/external.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/providers/external.md b/docs/source/providers/external.md index 345b6e71d..4935b1fe6 100644 --- a/docs/source/providers/external.md +++ b/docs/source/providers/external.md @@ -50,10 +50,10 @@ Llama Stack supports two types of external providers: Here's a list of known external providers that you can use with Llama Stack: -| Type | Name | Description | Repository | -|------|------|-------------|------------| -| Remote | KubeFlow Training | Train models with KubeFlow | [llama-stack-provider-kft](https://github.com/opendatahub-io/llama-stack-provider-kft) | -| Remote | RamaLama | Inference models with RamaLama | [llama-stack-provider-ramalama](https://github.com/containers/llama-stack-provider-ramalama) | +| Name | Description | API | Type | Repository | +|------|-------------|-----|------|------------| +| KubeFlow Training | Train models with KubeFlow | Post Training | Remote | [llama-stack-provider-kft](https://github.com/opendatahub-io/llama-stack-provider-kft) | +| RamaLama | Inference models with RamaLama | Inference | Remote | [llama-stack-provider-ramalama](https://github.com/containers/llama-stack-provider-ramalama) | ### Remote Provider Specification