From dd6c1f1e6432e5f9dbc9b24d8a7fa0e64686814e Mon Sep 17 00:00:00 2001 From: Dalton Flanagan <6599399+dltn@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:28:46 -0400 Subject: [PATCH] Add links to shields --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed288bb51..2054bf2e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # llama-toolchain -![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-toolchain) -![Discord](https://img.shields.io/discord/1257833999603335178) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/llama-toolchain)](https://pypi.org/project/llama-toolchain/) +[![Discord](https://img.shields.io/discord/1257833999603335178)](https://discord.gg/TZAAYNVtrU) This repo contains the API specifications for various components of the Llama Stack as well implementations for some of those APIs like model inference.