Browse Source

Update README.md

Sanyam Bhutani 8 tháng trước cách đây
mục cha
commit
0521ae1969
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 ```