From 3428c4868d4f62f0a5bb764071ebdb93c785ece2 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Sat, 28 Sep 2024 17:45:38 -0700 Subject: [PATCH] lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01abb0b3e..936876708 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ $CONDA_PREFIX/bin/pip install -e . ## The Llama CLI -The `llama` CLI makes it easy to work with the Llama Stack set of tools, including installing and running Distributions, downloading models, studying model prompt formats, etc. Please see the [CLI reference](docs/cli_reference.md) for details. Please see the [Getting Started](docs/getting_started.md) guide for running a Llama Stack server. +The `llama` CLI makes it easy to work with the Llama Stack set of tools, including installing and running Distributions, downloading models, studying model prompt formats, etc. Please see the [CLI reference](docs/cli_reference.md) for details. Please see the [Getting Started](docs/getting_started.md) guide for running a Llama Stack server. ## Llama Stack Client SDK