From 1cada633c5aba38a03cc7668886840c6efd67e8f Mon Sep 17 00:00:00 2001
From: sekyonda <127536312+sekyondaMeta@users.noreply.github.com>
Date: Fri, 20 Oct 2023 10:07:19 -0400
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 4d53191a..95627d6b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Llama 2 Fine-tuning / Inference Recipes and Examples
 
+[Update Oct. 20, 2023] A series of Llama 2 demo apps were released and you can find them [here](./demo_apps).
+
 The 'llama-recipes' repository is a companion to the [Llama 2 model](https://github.com/facebookresearch/llama). The goal of this repository is to provide examples to quickly get started with fine-tuning for domain adaptation and how to run inference for the fine-tuned models. For ease of use, the examples use Hugging Face converted versions of the models. See steps for conversion of the model [here](#model-conversion-to-hugging-face).
 
 In addition, we also provide a number of demo apps, to showcase the Llama2 usage along with other ecosystem solutions to run Llama2 locally on your mac and on cloud.
-- 
GitLab