From 16e163da0e59c267107bd658b3d2387a37c9baf6 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 5 May 2025 04:24:52 -0400 Subject: [PATCH] docs: List external kubeflow pipelines provider prototype (#2100) # What does this PR do? Lists another external provider example (kfp). Signed-off-by: Ihar Hrachyshka --- docs/source/providers/external.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/providers/external.md b/docs/source/providers/external.md index 5aab5ee0f..f9c156dea 100644 --- a/docs/source/providers/external.md +++ b/docs/source/providers/external.md @@ -53,6 +53,7 @@ Here's a list of known external providers that you can use with Llama Stack: | 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) | +| KubeFlow Pipelines | Train models with KubeFlow Pipelines | Post Training | Remote | [llama-stack-provider-kfp-trainer](https://github.com/opendatahub-io/llama-stack-provider-kfp-trainer) | | RamaLama | Inference models with RamaLama | Inference | Remote | [ramalama-stack](https://github.com/containers/ramalama-stack) | ### Remote Provider Specification