Explorar el Código

Update README.md (#843)

Igor Kasianenko hace 5 meses
padre
commit
4ad1c0f30c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      end-to-end-use-cases/email_agent/README.md

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

@@ -115,7 +115,7 @@ source emailagent\Scripts\activate # on Windows
 Then install the required Python libraries:
 ```
 git clone https://github.com/meta-llama/llama-recipes
-cd llama-recipes/recipes/use_cases/email_agent
+cd llama-recipes/end-to-end-use-cases/email_agent
 pip install -r requirements.txt
 ```