Преглед на файлове

Update deprecated demo app links to recipes

Navyata Bawa преди 1 година
родител
ревизия
eb4a0bb644
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      recipes/inference/model_servers/llama-on-prem.md

+ 1 - 1
recipes/inference/model_servers/llama-on-prem.md

@@ -182,5 +182,5 @@ llm = HuggingFaceTextGenInference(
 llm("What wrote the book godfather?")
 ```
 
-With the Llama 2 instance `llm` created this way, you can integrate seamlessly with LangChain and LlamaIndex to build powerful on-prem Llama 2 apps such as the [Llama demo apps](https://github.com/facebookresearch/llama-recipes/tree/main/demo_apps).
+With the Llama 2 instance `llm` created this way, you can integrate seamlessly with LangChain and LlamaIndex to build powerful on-prem Llama 2 apps such as the [Llama demo apps](https://github.com/meta-llama/llama-recipes/tree/main/recipes).