From a673697858c185be965077bf99f1adaa69838c5a Mon Sep 17 00:00:00 2001 From: Charlie Doern Date: Thu, 24 Apr 2025 03:34:15 -0400 Subject: [PATCH] chore: rename ramalama provider (#2008) # What does this PR do? the ramalama team has decided to rename their external provider `ramalama-stack` (more catchy!). Update docs accordingly Signed-off-by: Charlie Doern --- docs/source/providers/external.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/providers/external.md b/docs/source/providers/external.md index 4935b1fe6..5aab5ee0f 100644 --- a/docs/source/providers/external.md +++ b/docs/source/providers/external.md @@ -53,7 +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) | -| RamaLama | Inference models with RamaLama | Inference | Remote | [llama-stack-provider-ramalama](https://github.com/containers/llama-stack-provider-ramalama) | +| RamaLama | Inference models with RamaLama | Inference | Remote | [ramalama-stack](https://github.com/containers/ramalama-stack) | ### Remote Provider Specification