瀏覽代碼

Fixed notebookllama path readme (#860)

Sanyam Bhutani 2 月之前
父節點
當前提交
e132a24cae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      end-to-end-use-cases/NotebookLlama/README.md

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

@@ -40,7 +40,7 @@ You'll need your Hugging Face access token, which you can get at your Settings p
 
 ```
 git clone https://github.com/meta-llama/llama-recipes
-cd llama-recipes/recipes/quickstart/NotebookLlama/
+cd llama-recipes/end-to-end-use-cases/NotebookLlama/
 pip install -r requirements.txt
 ```