From 38646b064ea6e2f4f875f126ee64dbd61924242b Mon Sep 17 00:00:00 2001
From: Sanyam Bhutani <sanyambhutani@meta.com>
Date: Wed, 23 Oct 2024 17:19:19 -0700
Subject: [PATCH] Update README.md

---
 recipes/quickstart/NotebookLlama/README.md | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/recipes/quickstart/NotebookLlama/README.md b/recipes/quickstart/NotebookLlama/README.md
index e74c773d..4e144c2f 100644
--- a/recipes/quickstart/NotebookLlama/README.md
+++ b/recipes/quickstart/NotebookLlama/README.md
@@ -12,7 +12,7 @@ Requirements: GPU server or an API provider for using 70B, 8B and 1B Llama model
 
 Note: For our GPU Poor friends, you can also use the 8B and lower models for the entire pipeline. There is no strong recommendation. The pipeline below is what worked best on first few tests. You should try and see what works best for you!
 
-Here is the current outline:
+Here is step by step (pun intended) thought for the task:
 
 - Step 1: Pre-process PDF: Use `Llama-3.2-1B` to pre-process and save a PDF
 - Step 2: Transcript Writer: Use `Llama-3.1-70B` model to write a podcast transcript from the text
@@ -21,7 +21,20 @@ Here is the current outline:
 
 ### Steps to running the notebook:
 
-So right now there is one issue: Parler needs transformers 4.43.3 or earlier and to generate you need latest, so I am just switching on fly
+- Install the requirements from [here]() by running inside the folder:
+
+```
+git clone 
+cd 
+pip install -r requirements.txt
+```
+
+- Decide on a PDF to use for Notebook 1, it can be any link but please remember to update the first cell of the notebook with the right link
+
+- 
+
+
+So right now there is one issue: Parler needs transformers 4.43.3 or earlier and to generate you need latest, so I am just switching on fly in the notebooks.
 
 TODO-MORE
 
-- 
GitLab