Pārlūkot izejas kodu

Update README.md

Sanyam Bhutani 3 mēneši atpakaļ
vecāks
revīzija
0521ae1969
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      end-to-end-use-cases/NotebookLlama/README.md

+ 2 - 2
end-to-end-use-cases/NotebookLlama/README.md

@@ -39,8 +39,8 @@ You'll need your Hugging Face access token, which you can get at your Settings p
 - First, please Install the requirements from [here]() by running inside the folder:
 
 ```
-git clone https://github.com/meta-llama/llama-cookbook
-cd llama-cookbook/recipes/quickstart/NotebookLlama/
+git clone https://github.com/meta-llama/llama-recipes
+cd llama-recipes/recipes/quickstart/NotebookLlama/
 pip install -r requirements.txt
 ```