From eb526b4d9b7b8df1852759ebb8531fbdab22ed26 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 26 Sep 2024 17:17:08 -0700 Subject: [PATCH] Update RFC-0001-llama-stack.md --- rfcs/RFC-0001-llama-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/RFC-0001-llama-stack.md b/rfcs/RFC-0001-llama-stack.md index b7dd4fda2..03074b269 100644 --- a/rfcs/RFC-0001-llama-stack.md +++ b/rfcs/RFC-0001-llama-stack.md @@ -73,7 +73,7 @@ The API is defined in the [YAML](../docs/llama-stack-spec.yaml) and [HTML](../do ## Sample implementations -To prove out the API, we implemented a handful of use cases to make things more concrete. The [llama-agentic-system](https://github.com/meta-llama/llama-agentic-system) repository contains [6 different examples](https://github.com/meta-llama/llama-agentic-system/tree/main/examples/agents) ranging from very basic to a multi turn agent. +To prove out the API, we implemented a handful of use cases to make things more concrete. The [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps) repository contains [6 different examples](https://github.com/meta-llama/llama-stack-apps/tree/main/examples) ranging from very basic to a multi turn agent. There is also a sample inference endpoint implementation in the [llama-stack](https://github.com/meta-llama/llama-stack/blob/main/llama_stack/inference/server.py) repository.