Parcourir la source

Fixed notebookllama path readme

Brent Verpaalen il y a 2 mois
Parent
commit
d0f544931a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 ```