浏览代码

Update README.md

Sanyam Bhutani 3 月之前
父节点
当前提交
0521ae1969
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 ```