From beb213ad429639c5574bbd6323fb4f25c5c606ab Mon Sep 17 00:00:00 2001 From: Joseph Spisak Date: Tue, 26 Mar 2024 07:04:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8666be0..732a600 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ We are also providing downloads on [Hugging Face](https://huggingface.co/meta-ll ## Quick Start -You can follow the steps below to quickly get up and running with Llama 2 models. These steps will let you run quick inference locally. For more examples, see the [Llama 2 recipes repository](https://github.com/facebookresearch/llama-recipes). +You can follow the steps below to quickly get up and running with Llama 2 models. These steps will let you run quick inference locally. For more examples, see the [Llama recipes repository](https://github.com/facebookresearch/llama-recipes). 1. In a conda env with PyTorch / CUDA available clone and download this repository.