From b5d7cec11ec6aa73291e56db7a16463837b83d9a Mon Sep 17 00:00:00 2001 From: Dalton Flanagan <6599399+dltn@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:02:50 -0400 Subject: [PATCH] Add shields to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cac9d0340..ed288bb51 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # llama-toolchain +![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-toolchain) +![Discord](https://img.shields.io/discord/1257833999603335178) + This repo contains the API specifications for various components of the Llama Stack as well implementations for some of those APIs like model inference. The Llama Stack consists of toolchain-apis and agentic-apis. This repo contains the toolchain-apis.